standardise buttons: .btn base class (border-radius 10px, padding var(--space-xs))

This commit is contained in:
Pontoporeia
2026-05-05 11:34:13 +02:00
parent b58445f71c
commit bca707ee96
30 changed files with 333 additions and 442 deletions

View File

@@ -195,32 +195,15 @@
}
.access-req-btn {
font-family: inherit;
font-size: var(--step--1);
font-weight: 600;
padding: var(--space-2xs) var(--space-m);
border: none;
border-radius: 4px;
cursor: pointer;
transition: background 0.2s, opacity 0.2s;
/* deprecated alias for .btn; kept for backward-compat */
}
.access-req-btn--approve {
background: var(--accent-primary);
color: var(--accent-foreground);
}
.access-req-btn--approve:hover {
background: var(--accent-secondary);
/* deprecated alias for .btn--primary */
}
.access-req-btn--reject {
background: #e53e3e;
color: white;
}
.access-req-btn--reject:hover {
background: #c53030;
/* deprecated alias for .btn--danger */
}
/* Pagination */