Move btn-danger style to base.html so it works on all pages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -149,6 +149,8 @@
|
|||||||
.btn-secondary:hover { background: #2d333b; }
|
.btn-secondary:hover { background: #2d333b; }
|
||||||
.btn-success { background: var(--success); }
|
.btn-success { background: var(--success); }
|
||||||
.btn-success:hover { background: #1a7f2b; }
|
.btn-success:hover { background: #1a7f2b; }
|
||||||
|
.btn-danger { background: var(--danger); }
|
||||||
|
.btn-danger:hover { background: #b62d2a; }
|
||||||
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
|
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
|
||||||
|
|
||||||
/* --- Alerts --- */
|
/* --- Alerts --- */
|
||||||
|
|||||||
@@ -171,13 +171,6 @@
|
|||||||
color: var(--text-dim);
|
color: var(--text-dim);
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
.btn-danger {
|
|
||||||
background: var(--danger);
|
|
||||||
}
|
|
||||||
.btn-danger:hover {
|
|
||||||
background: #b62d2a;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- Recipe list --- */
|
/* --- Recipe list --- */
|
||||||
.recipe-list {
|
.recipe-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user