naive-ui/styles/themes/common.scss

51 lines
1.2 KiB
SCSS

$--n-font-family: 'FiraSans';
$--n-ease-in-out-cubic-bezier: cubic-bezier(.4, 0, .2, 1);
$--n-ease-out-cubic-bezier: cubic-bezier(0, 0, .2, 1);
$--n-ease-in-cubic-bezier: cubic-bezier(.4, 0, 1, 1);
$--n-mono-font-family: 'FiraCode', monospace;
$--n-height: (
"small": 28px,
"medium": 34px,
"large": 40px,
"huge": 48px
);
$--n-font-size: (
"tiny": 13px,
"small": 14px,
"medium": 14px,
"large": 15px,
"huge": 16px
);
$--button-border-radius: 6px;
$--base-selection-border-radius: 6px;
$--base-select-menu-box-shadow: none;
$--input-number-border-radius: 6px;
$--input-icon-size: 20px;
$--input-border-radius: 6px;
$--popover-box-shadow: (0 2px 12px 0 rgba(0, 0, 0, 0.18));
$--popover-arrow-width: 6px;
$--table-fixed-column-box-shadow: (0 0 12px 0 rgba(0, 0, 0, .18));
$--slider-rail-height: 4px;
$--slider-dot-size: 8px;
$--slider-handle-size: 14px;
$--icon-transition: (fill .3s $--n-ease-in-out-cubic-bezier, stroke .3s $--n-ease-in-out-cubic-bezier);
$--n-transform-debounce-scale: scale(0.99999);
$--n-ease-in-out-cubic-bezier: cubic-bezier(.4, 0, .2, 1);
$--n-ease-out-cubic-bezier: cubic-bezier(0, 0, .2, 1);
$--n-ease-in-cubic-bezier: cubic-bezier(.4, 0, 1, 1);