parent
6dc6cecfcc
commit
3eb1861589
3 changed files with 41 additions and 3 deletions
|
|
@ -190,6 +190,27 @@ select {
|
|||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.auth-downloads {
|
||||
margin: 14px 0 6px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
font-size: 13px;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.auth-downloads a {
|
||||
color: var(--text-link);
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.auth-downloads a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* ═══════════════════════════════════════════════════════════ */
|
||||
/* Main Layout */
|
||||
/* ═══════════════════════════════════════════════════════════ */
|
||||
|
|
@ -1526,4 +1547,4 @@ select {
|
|||
.chat-header {
|
||||
padding: 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue