mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-12 03:26:10 +00:00
created grid system
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@mixin clearfix {
|
||||
&::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// COLORS
|
||||
$color-primary: #55c57a;
|
||||
$color-primary-light: #55c57a;
|
||||
$color-primary-dark: #28b485;
|
||||
@@ -5,3 +6,8 @@ $color-primary-dark: #28b485;
|
||||
$color-grey-dark: #777;
|
||||
$color-white: #fff;
|
||||
$color-black: #000;
|
||||
|
||||
// GRID background
|
||||
$grid-width: 114rem;
|
||||
$gutter-vertical: 8rem;
|
||||
$gutter-horizontal: 6rem;
|
||||
|
||||
Reference in New Issue
Block a user