Ajoute un rafraîchissement forcé de l'application
This commit is contained in:
32
styles.css
32
styles.css
@@ -331,6 +331,38 @@ p {
|
||||
margin-top: 1.2rem;
|
||||
}
|
||||
|
||||
.setup-refresh-footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 0.9rem;
|
||||
padding-bottom: 0.35rem;
|
||||
}
|
||||
|
||||
.refresh-link-button {
|
||||
appearance: none;
|
||||
border: 0;
|
||||
padding: 0.3rem 0.45rem;
|
||||
background: transparent;
|
||||
color: var(--muted);
|
||||
font: inherit;
|
||||
font-size: 0.72rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
opacity: 0.86;
|
||||
}
|
||||
|
||||
.refresh-link-button:hover {
|
||||
color: var(--text);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.refresh-link-button:disabled {
|
||||
opacity: 0.56;
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
.panel {
|
||||
padding: 1.35rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user