mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
35 lines
612 B
SCSS
35 lines
612 B
SCSS
$--n-font-family: 'FiraSans';
|
|
|
|
$--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
|
|
);
|
|
|
|
$--base-picker-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: (0px 2px 12px 0px rgba(0, 0, 0, 0.18));
|
|
$--popover-arrow-width: 6px;
|
|
|
|
$--slider-rail-height: 4px;
|
|
$--slider-dot-size: 8px;
|
|
$--slider-handle-size: 14px;
|