update:add ci cd files ==> do not edit those file
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
////// colors
|
||||
$theme: #000;
|
||||
$themeTransparent: transparent;
|
||||
$themeSecond: #191919;
|
||||
$themeReverse: #fff;
|
||||
$themeTxtColorBlack: #000;
|
||||
$themeTxtColorWhite: #fff;
|
||||
$themeTxtColorGreen: #87BF00;
|
||||
$red: #ed1d24;
|
||||
|
||||
|
||||
////////// linear-gradient
|
||||
$dimmer: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
|
||||
|
||||
|
||||
////// sizes
|
||||
$headerMainNavHeight: 60px;
|
||||
|
||||
$bigTitle: 50px;
|
||||
$h1: 38px;
|
||||
$h2: 30px;
|
||||
$h3: 24px;
|
||||
$h4: 22px;
|
||||
$h5: 20px;
|
||||
$h6: 18px;
|
||||
$span: 13px;
|
||||
|
||||
|
||||
$sizeHeader: 35vh
|
||||
Reference in New Issue
Block a user