mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
22 lines
359 B
SCSS
22 lines
359 B
SCSS
$--n-font-family: 'Lato';
|
|
|
|
$--n-height: (
|
|
"small": 28px,
|
|
"medium": 34px,
|
|
"large": 40px
|
|
);
|
|
|
|
$--n-font-size: (
|
|
"small": 14px,
|
|
"medium": 14px,
|
|
"large": 15px
|
|
);
|
|
|
|
$--base-picker-border-radius: 6px;
|
|
|
|
$--base-select-menu-box-shadow: none;
|
|
|
|
$--input-icon-size: 20px;
|
|
$--input-border-radius: 6px;
|
|
|
|
$--popover-box-shadow: (0px 0px 8px 0px rgba(0,0,0,0.08)); |