Files
orisoxin/assets/scss/_variables.scss
T
2024-10-10 21:57:37 +03:30

30 lines
458 B
SCSS

////// 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