Files
2020-11-23 19:39:26 +03:30

9 lines
97 B
SCSS

// colors
$theme: #1B407C;
$bg: #F0F0F0;
$darkGray: #303030;
$red: #FA4E53;
// units
$mt: 30px;