refactor(scss): create breakpoints.scss
This commit is contained in:
parent
45b702d3ea
commit
190475dbad
4
assets/scss/breakpoints.scss
Normal file
4
assets/scss/breakpoints.scss
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
$on-phone: 812px;
|
||||||
|
$on-tablet: 1024px;
|
||||||
|
$on-desktop: 1519px;
|
||||||
|
$on-desktop-large: 1920px;
|
@ -1,3 +1,5 @@
|
|||||||
|
@import "breakpoints.scss";
|
||||||
|
|
||||||
@import "variables.scss";
|
@import "variables.scss";
|
||||||
@import "helper/shadow.scss";
|
@import "helper/shadow.scss";
|
||||||
|
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
$defaultTagBackgrounds: #8ea885, #df7988, #0177b8, #ffb900, #6b69d6;
|
$defaultTagBackgrounds: #8ea885, #df7988, #0177b8, #ffb900, #6b69d6;
|
||||||
$defaultTagColors: #fff, #fff, #fff, #fff, #fff;
|
$defaultTagColors: #fff, #fff, #fff, #fff, #fff;
|
||||||
|
|
||||||
$on-phone: 812px;
|
|
||||||
$on-tablet: 1024px;
|
|
||||||
$on-desktop: 1519px;
|
|
||||||
$on-desktop-large: 1920px;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CSS Variables
|
* CSS Variables
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user