feat: add start section
This commit is contained in:
21
src/core/styles/variables.scss
Normal file
21
src/core/styles/variables.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
//frontend breakpoint
|
||||
$mobile: 360px;
|
||||
$tablet: 768px;
|
||||
$laptop: 1024px;
|
||||
$desktop: 1440px;
|
||||
|
||||
//fonts
|
||||
$font-open-sans: var(--open-sans), sans-serif;
|
||||
|
||||
$font-regular: 500;
|
||||
$font-semi-bold: 600;
|
||||
|
||||
// colors
|
||||
$color-white: #FFFFFF;
|
||||
$color-black: #000000;
|
||||
$color-orange: #E96526;
|
||||
$color-lightgray: #E4E1E1;
|
||||
$color-text: #333333;
|
||||
$color-text-light: #222222;
|
||||
$color-mark: #E96526;
|
||||
Reference in New Issue
Block a user