forked from CRM_Production/JTT_CrM
parent
e3a067d44a
commit
95fb519094
@ -0,0 +1 @@
|
|||||||
|
@import "./settings.scss";
|
@ -0,0 +1,29 @@
|
|||||||
|
|
||||||
|
$font-1: sans-serif;
|
||||||
|
|
||||||
|
$color-1: #61dafb;
|
||||||
|
$color-2: salmon;
|
||||||
|
$color-3: #282c34;
|
||||||
|
$white: rgb(243, 243, 243);
|
||||||
|
|
||||||
|
@mixin verticalCenter {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: $white;
|
||||||
|
font-family: $font-1;
|
||||||
|
// @include verticalCenter;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
Loading…
Reference in new issue