primevue-mirror/assets/styles/layout/variables/main/_light.scss

9 lines
383 B
SCSS
Raw Normal View History

2024-02-07 10:15:47 +00:00
:root {
--primary-color-default:var(--p-primary-600);
--primary-color-inverse-default:var(--p-surface-0);
--card-border: 1px solid var(--p-surface-200);
--glow-image: url(https://www.primefaces.org/cdn/primevue/images/layout/pattern.png);
2023-10-19 19:09:48 +00:00
--glow-blend: hard-light, multiply;
2024-02-07 10:15:47 +00:00
--topbar-sticky-bg:rgba(255,255,255,.7);
--mobile-menu-bg: var(--p-surface-0);
2023-10-14 19:24:59 +00:00
}