naive-ui/styles/themes/commonVars.scss

31 lines
516 B
SCSS
Raw Normal View History

2019-10-10 18:24:51 +08:00
$--n-font-family: 'Lato';
2019-09-25 14:24:53 +08:00
$--n-height: (
"small": 28px,
"medium": 34px,
"large": 40px,
"huge": 48px
2019-09-25 14:24:53 +08:00
);
$--n-font-size: (
"small": 14px,
"medium": 14px,
"large": 15px,
"huge": 16px
2019-09-27 16:02:20 +08:00
);
2019-10-10 18:24:51 +08:00
$--base-picker-border-radius: 6px;
2019-09-27 22:27:01 +08:00
$--base-select-menu-box-shadow: none;
2019-10-22 16:35:44 +08:00
$--input-number-border-radius: 6px;
2019-10-10 18:24:51 +08:00
$--input-icon-size: 20px;
$--input-border-radius: 6px;
2019-12-06 17:44:58 +08:00
$--popover-box-shadow: (0px 2px 12px 0px rgba(0, 0, 0, 0.18));
2019-10-22 18:34:49 +08:00
$--slider-rail-height: 4px;
$--slider-dot-size: 8px;
$--slider-handle-size: 14px;