naive-ui/styles/themes/light/components/NimbusServiceLayout.scss

11 lines
714 B
SCSS

@mixin setup-light-nimbus-service-layout {
$service-layout-drawer-background-color: $--neutral-10 !global;
$service-layout-body-background-color: $--neutral-9 !global;
$service-layout-nav-background-color: $--neutral-10 !global;
$service-layout-color: $--n-text-color !global ;
$service-layout-border-color: $--n-divider-color !global;
$service-layout-toggle-button-color: rgba(0, 0, 0, .15)!global;
$service-layout-item-background-image: linear-gradient(90deg, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .03) 40%, rgba(0, 0, 0, .09) 60%, rgba(0, 0, 0, .09) 100%) !global;
$--service-kayout-item-active-color: $--primary-6 !global;
$--service-layout-item-background-position: 100% !global;
}