mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
13 lines
185 B
SCSS
13 lines
185 B
SCSS
$--n-height: (
|
|
"small": 28px,
|
|
"medium": 34px,
|
|
"large": 40px
|
|
);
|
|
|
|
$--n-font-size: (
|
|
"small": 14px,
|
|
"medium": 14px,
|
|
"large": 15px
|
|
);
|
|
|
|
$--base-picker-border-radius: 6px !global; |