Files
lena-schilling-website/packages/base/Resources/Public/Scss/abstracts/_variables.scss
Dominik Polakovics 2bac342a5e
All checks were successful
Build / build (push) Successful in 2m27s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Successful in 1m58s
feat: change to other sitepakage
2024-12-12 12:31:41 +01:00

12 lines
261 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;