menu
This commit is contained in:
parent
25cdb3bd0b
commit
31e1b729f3
28 changed files with 925 additions and 426 deletions
18
assets/css/abstracts/_responsive.scss
Normal file
18
assets/css/abstracts/_responsive.scss
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
$desktop: "screen and (min-width: 1200px)";
|
||||
$medium: "screen and (max-width: 1080px)";
|
||||
$medium-up: "screen and (min-width: 1080px)";
|
||||
|
||||
$small-up: "screen and (min-width: 768px)";
|
||||
$small: "screen and (max-width: 768px)";
|
||||
$x-small-up: "screen and (min-width: 560px)";
|
||||
$x-small: "screen and (max-width: 560px)";
|
||||
$paysage: "screen and (max-height: 670px) and (min-width: 1080px)";
|
||||
|
||||
@media #{$medium}{
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media #{$x-small}{
|
||||
|
||||
}
|
||||
|
|
@ -5,8 +5,8 @@
|
|||
--font: 'Nunito', Arial, sans-serif;
|
||||
|
||||
--fs-small: 14px;
|
||||
--fs-normal: 16px;
|
||||
--fs-medium: 22px;
|
||||
--fs-normal: 18px;
|
||||
--fs-medium: 24px;
|
||||
--fs-title-page: 42px;
|
||||
|
||||
--spacing: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue