import vitejs
This commit is contained in:
11
css/variables/definition.scss
Normal file
11
css/variables/definition.scss
Normal file
@ -0,0 +1,11 @@
|
||||
// color
|
||||
$borderColor: #d9d9d9;
|
||||
$focusColor: #b9b9b9;
|
||||
$disabledColor: #e9e9e9;
|
||||
$hoverColor: #eee;
|
||||
$bgColor: #fff;
|
||||
$foreColor: #201f1e;
|
||||
|
||||
// dimension
|
||||
$mediumSize: .875rem; // 14px
|
||||
$smallSize: .8125rem; // 13px
|
Reference in New Issue
Block a user