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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user