naive-ui/styles/themes/commonVars.scss

22 lines
359 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
);
$--n-font-size: (
"small": 14px,
"medium": 14px,
2019-09-27 16:02:20 +08:00
"large": 15px
);
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-10 18:24:51 +08:00
$--input-icon-size: 20px;
$--input-border-radius: 6px;
2019-09-27 22:27:01 +08:00
$--popover-box-shadow: (0px 0px 8px 0px rgba(0,0,0,0.08));