sadium/assets/css/variables.scss
Артём 6fa1d7adbb
All checks were successful
/ site (push) Successful in 2s
Обновление шрифта
2024-07-14 19:13:46 +03:00

8 lines
195 B
SCSS

/* COLOR VARIABLES */
$background: mix($accent, #1D1E28, 2%);
$color: white;
$border-color: rgba(255, 255, 255, .1);
/* MEDIA QUERIES */
$phone: "max-width: 684px";
$tablet: "max-width: 900px";