This commit is contained in:
29
assets/scss/_vars.scss
Normal file
29
assets/scss/_vars.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
$font-main: "Nunito Sans", "Segoe UI", Arial, sans-serif;
|
||||
|
||||
$color-black: #111111;
|
||||
$color-dark: #333333;
|
||||
$color-gray: #C2C2C2;
|
||||
$color-light-gray: #c9c9cc;
|
||||
$color-border: rgba(15, 15, 16, 0.12);
|
||||
$color-white: #ffffff;
|
||||
$color-accent: #C7FF4F;
|
||||
$color-red: #ff1d25;
|
||||
$color-page-start: #fbfff4;
|
||||
$color-muted-text: #888888;
|
||||
$color-muted-text-soft: #828286;
|
||||
$color-header-text: #6f6f73;
|
||||
$color-badge-text: #3b3b3e;
|
||||
$color-btn-light-text: #202023;
|
||||
$color-launch-bg: #0b0b0c;
|
||||
$color-section-gray: #f2f2f2;
|
||||
|
||||
$container-width: 1200px;
|
||||
$radius-pill: 999px;
|
||||
$radius-card: 11px;
|
||||
|
||||
$bp-desktop-md: 1120px;
|
||||
$bp-tablet: 760px;
|
||||
$bp-mobile: 520px;
|
||||
$bp-mobile-sm: 420px;
|
||||
|
||||
$transition-fast: 0.2s ease;
|
||||
Reference in New Issue
Block a user