hubl/src/styles/variables.scss

19 lines
290 B
SCSS

// colors
$color-white: #fff;
$color-black: #36383b;
$color-grey: #898f95;
$color-grey-light: #f0f3f6;
$color-yellow: #ffb700;
$color-yellow-light: #ffd759;
%shadow {
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
$breakpoints: (
phone: 480px,
tablet: 768px,
desktop: 1024px,
);