Files
lena-schilling-website/packages/base/Resources/Public/Scss/abstracts/_variables.scss
Dominik Polakovics 16344b6994
All checks were successful
Build / build (push) Successful in 6m33s
Build / deploy-stage (push) Successful in 2m55s
Build / switch-stage (push) Successful in 2m0s
feat: many design changes
2024-12-14 00:03:09 +01:00

32 lines
619 B
SCSS

// Example variables, extend as needed
$primary-color: #4b4b4b;
$secondary-color: #ffffff;
$brand-color: #6B8E23;
$font-stack: 'Helvetica', sans-serif;
// Breakpoints
$breakpoint-sm: 576px;
$breakpoint-md: 768px;
$breakpoint-lg: 992px;
$breakpoint-xl: 1200px;
$sm: 576px;
$md: 768px;
$lg: 992px;
$xl: 1200px;
// variables.scss
// Breakpoint Variables
:root {
--breakpoint-xs: 480px;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--bs-primary: #233600;
--bs-yellow: #F5AE07;
--cl-primary: #233600;
}
// Additional global variables can be added here