Files
lena-schilling-website/packages/base/Resources/Public/Scss/abstracts/_variables.scss
Dominik Polakovics 7133371206
All checks were successful
Build / build (push) Successful in 2m38s
Build / deploy-stage (push) Successful in 3m30s
Build / switch-stage (push) Successful in 2m2s
changes to try with chatgpt
2024-12-12 22:02:21 +01:00

24 lines
495 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;
// variables.scss
// Breakpoint Variables
:root {
--breakpoint-xs: 480px;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
}
// Additional global variables can be added here