Actualiser css/admin.css
This commit is contained in:
+11
-2
@@ -17,8 +17,17 @@ admin.css — Backoffice Mon Cinéma (Version Finale 6 Colonnes)
|
||||
.btn-action.primary:hover { background: #e5c347; transform: translateY(-1px); }
|
||||
.btn-action.danger-solid { background: #ff4757; color: #fff; border-color: #ff4757; }
|
||||
.btn-action.danger-solid:hover { background: #ff6b81; }
|
||||
.btn-action.outline { background: transparent; border-color: var(--muted); color: var(--muted); }
|
||||
.btn-action.outline:hover { color: var(--text); border-color: var(--text); background: transparent; }
|
||||
.btn-action.outline {
|
||||
background: transparent !important;
|
||||
border: 1px solid var(--border) !important;
|
||||
color: var(--muted) !important;
|
||||
}
|
||||
|
||||
.btn-action.outline:hover {
|
||||
background: transparent !important;
|
||||
border-color: var(--text) !important;
|
||||
color: var(--text) !important;
|
||||
}
|
||||
.btn-small { padding: 0.4rem 0.8rem; font-size: 0.8rem; }
|
||||
|
||||
/* ONGLETS */
|
||||
|
||||
Reference in New Issue
Block a user