koel/resources/assets/css/partials/vars.pcss

38 lines
968 B
Text
Raw Normal View History

2022-04-15 14:24:30 +00:00
:root {
--color-text-primary: #fff;
--color-text-secondary: rgba(255, 255, 255, 0.7);
2022-04-15 14:24:30 +00:00
--color-bg-primary: #181818;
2024-04-04 22:20:42 +00:00
--color-bg-secondary: #1d1d1d;
2024-03-15 15:09:50 +00:00
--color-border: var(--color-bg-secondary);
2022-04-15 14:24:30 +00:00
--color-highlight: #ff7d2e;
--color-accent: var(--color-highlight);
--color-bg-context-menu: var(--color-bg-primary);
2022-04-15 14:24:30 +00:00
2024-04-04 22:20:42 +00:00
--color-text-input: #333;
2023-08-20 12:05:13 +00:00
--color-bg-input: #fff;
2022-04-15 14:24:30 +00:00
--bg-image: none;
--bg-position: center;
--bg-attachment: fixed;
--bg-size: cover;
--font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,
'Helvetica Neue', sans-serif;
2022-04-15 14:24:30 +00:00
2022-10-13 15:18:47 +00:00
--header-height: auto;
--footer-height: 84px;
2024-04-04 22:20:42 +00:00
--extra-drawer-width: 25rem;
--sidebar-width: 20rem;
2022-10-13 15:18:47 +00:00
2024-04-04 22:20:42 +00:00
--color-love: #bf2043;
--color-success: #56a052;
--color-primary: #0191f7;
--color-danger: #c34848;
2024-02-25 19:32:53 +00:00
2022-10-13 15:18:47 +00:00
@media screen and (max-width: 768px) {
--header-height: 56px;
2022-10-13 15:18:47 +00:00
--footer-height: 96px;
--extra-drawer-width: 100%;
2022-10-13 15:18:47 +00:00
}
2022-04-15 14:24:30 +00:00
}