- Api client before I blow my brains out

This commit is contained in:
Alexis
2020-06-12 18:49:26 +02:00
parent f1602e5d95
commit d4674dd463
11 changed files with 213 additions and 32 deletions

View File

@@ -3,14 +3,10 @@
@import '_mixins';
@import '_fonts';
// Theme fonts
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:wght@600;700&display=swap');
// RESETS
html {
box-sizing: border-box;
font-size: $font-size-root;
font-family: $font-family;
font-family: $font-family !important;
height: 100%;
-webkit-overflow-scrolling: touch;
line-height: 1.15;