mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
c51bce7358
refs. https://github.com/TryGhost/Team/issues/205 Major update to Ghost Admin UI including: - improved general consistency (typography, colors and contrast, UI components, icons) - new design for post and pages lists, improved discoverability of filters - search moved to modal - account menu is decoupled from ghost logo - further usability fixes
15 lines
259 B
CSS
15 lines
259 B
CSS
/*
|
|
|
|
BOX-SHADOW
|
|
|
|
Media Query Extensions:
|
|
-ns = not-small
|
|
-m = medium
|
|
-l = large
|
|
|
|
*/
|
|
|
|
.shadow-1 { box-shadow: var(--shadow-1); }
|
|
.shadow-2 { box-shadow: var(--shadow-2); }
|
|
.shadow-3 { box-shadow: var(--shadow-3); }
|