mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
standardise buttons: .btn base class (border-radius 10px, padding var(--space-xs))
This commit is contained in:
@@ -283,23 +283,12 @@ aside figcaption {
|
||||
}
|
||||
|
||||
.tfe-btn-request-access {
|
||||
font-family: inherit;
|
||||
font-size: var(--step--1);
|
||||
font-weight: 600;
|
||||
padding: var(--space-2xs) var(--space-s);
|
||||
background: var(--accent);
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
transition:
|
||||
background 0.2s,
|
||||
opacity 0.2s;
|
||||
/* deprecated alias for .btn--primary; kept for backward-compat */
|
||||
margin-top: var(--space-3xs);
|
||||
}
|
||||
|
||||
.tfe-btn-request-access:hover:not(:disabled) {
|
||||
background: var(--accent-dark);
|
||||
/* handled by .btn--primary */
|
||||
}
|
||||
|
||||
.tfe-btn-request-access:disabled {
|
||||
|
||||
Reference in New Issue
Block a user