Files
sk_fems_ui/assets/variables.scss
2025-07-22 09:58:38 +07:00

56 lines
1.4 KiB
SCSS

// Ref: https://github.com/nuxt-community/vuetify-module#customvariables
//
// The variables you want to modify
// $font-size-root: 20px;
$body-font-family: "Spoqa Han Sans Neo", "Roboto", "sans-serif" !default;
$grid-gutter: 10px;
$material-dark: (
"background": #383f5d,
"cards": #242940,
"navigation-drawer": #1a1d2d,
"chips": rgba(255, 255, 255, 0.1)
);
$material-light: (
"background": #f0f3fa,
"cards": #fff,
"navigation-drawer": #fff,
"chips": #eee
);
$treeview-node-padding: 10px;
$treeview-node-height: 40px;
$banner-start-padding: 0px;
$banner-end-padding: 0px;
$banner-y-padding: 12px;
$card-border-radius: 10px;
$card-title-font-size: 1.25rem;
$card-title-font-weight: 700;
$card-title-line-height: 1.5;
$card-subtitle-padding: 20px;
$timeline-dot-small-size: 10px;
$data-table-regular-row-height: 32px;
$input-font-size: 14px;
$input-max-height: 32px;
$text-field-filled-full-width-outlined-slot-min-height: 32px;
$text-field-solo-control-min-height: 32px;
$text-field-line-height: 1.285;
$text-field-enclosed-prepend-append-margin-top: 0;
$text-field-enclosed-details-padding: 0 8px;
$tab-font-size: 1rem; // 16px;
$tab-font-weight: 400;
$tabs-bar-height: 45px;
$tabs-item-padding: 12px;
$list-border-radius: 4px;
$list-padding: 0;
$list-item-min-height: 32px;
$list-item-padding: 0;
$list-item-title-font-size: 0.875rem; // 14px;
$list-item-content-padding: 10px 7px;