@bitrix24/b24ui-nuxt
Version:
Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE
20 lines (15 loc) • 502 B
CSS
@source "/home/runner/work/b24ui/b24ui/**/*";
@source inline("isolate");
@source "./b24ui";
@layer base {
body {
scrollbar-gutter: stable;
background: var(--air-theme-background);
@apply antialiased font-(family-name:--ui-font-family-system) text-(--b24ui-typography-legend-color) scheme-light dark:scheme-dark edge-light:scheme-light edge-dark:scheme-light;
}
.sidebar-layout.--inner {
background: var(--air-theme-background);
}
}
@theme static {}
@theme default inline {}