refactor(css): utilities-Layer wrappen (Board-Blur/Privacy, Helfer-Klassen)
This commit is contained in:
@@ -874,6 +874,7 @@ body.show-desc .bm-desc { display: block; }
|
|||||||
|
|
||||||
|
|
||||||
/* ---- BOARD BLUR (Private Mode) ---- */
|
/* ---- BOARD BLUR (Private Mode) ---- */
|
||||||
|
@layer utilities {
|
||||||
.board.blurred .board-list,
|
.board.blurred .board-list,
|
||||||
.board.blurred .show-more-btn,
|
.board.blurred .show-more-btn,
|
||||||
.board.blurred .add-bm-btn {
|
.board.blurred .add-bm-btn {
|
||||||
@@ -916,6 +917,7 @@ body.show-desc .bm-desc { display: block; }
|
|||||||
}
|
}
|
||||||
.btn-blur-board:hover { background: var(--accent-dim); color: var(--accent); }
|
.btn-blur-board:hover { background: var(--accent-dim); color: var(--accent); }
|
||||||
.board.blurred .btn-blur-board { color: var(--accent); opacity: 0.7; }
|
.board.blurred .btn-blur-board { color: var(--accent); opacity: 0.7; }
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
@@ -2375,6 +2377,7 @@ body.show-desc .bm-desc { display: block; }
|
|||||||
/* ============================================
|
/* ============================================
|
||||||
UTILITY CLASSES
|
UTILITY CLASSES
|
||||||
============================================ */
|
============================================ */
|
||||||
|
@layer utilities {
|
||||||
.hidden { display: none; }
|
.hidden { display: none; }
|
||||||
.accent-text { color: var(--accent); }
|
.accent-text { color: var(--accent); }
|
||||||
.dim { opacity: 0.4; }
|
.dim { opacity: 0.4; }
|
||||||
@@ -2388,6 +2391,7 @@ body.show-desc .bm-desc { display: block; }
|
|||||||
.about-info-label-block { display: block; margin-bottom: 6px; }
|
.about-info-label-block { display: block; margin-bottom: 6px; }
|
||||||
.about-link-subtle { color: var(--text-secondary); text-decoration: none; }
|
.about-link-subtle { color: var(--text-secondary); text-decoration: none; }
|
||||||
.modal-input-spaced { margin-top: 8px; }
|
.modal-input-spaced { margin-top: 8px; }
|
||||||
|
}
|
||||||
|
|
||||||
/* ============================================
|
/* ============================================
|
||||||
RESPONSIVE — Mobile & Tablet
|
RESPONSIVE — Mobile & Tablet
|
||||||
|
|||||||
Reference in New Issue
Block a user