@bitrix24/b24ui-nuxt
Version:
Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE
22 lines (17 loc) • 561 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) scheme-light dark:scheme-dark edge-light:scheme-light edge-dark:scheme-light;
}
/* @deprecate This rule is deprecated and will be removed in version 3.0.0 */
.sidebar-layout.--inner,
.air-custom-bg {
background: var(--air-theme-background);
}
}
@theme static {}
@theme default inline {}