Remove Bourbon and Neat

This commit is contained in:
2019-04-09 10:09:29 +02:00
parent bff611f866
commit f05b0bbd8b
110 changed files with 45 additions and 4432 deletions
+7 -8
View File
@@ -11,19 +11,18 @@
-webkit-tap-highlight-color: transparent;
}
@import "bourbon/bourbon";
@import "settings/neat";
@import "neat/neat";
@import "settings/breakpoints";
@import "mediaqueries";
@import "layout";
@import "colors";
$font-family-sans: 'Open Sans', sans-serif;
body {
@include body-background;
font-family: $font-family-sans;
font-weight: 300;
background-image: linear-gradient(to bottom, rgba(22, 21, 40, .4), rgba(0, 0, 0, .75)), url('/img/bg.jpg');
background-repeat: none;
background-attachment: fixed;
color: $body-text-color;
}
@@ -55,7 +54,7 @@ section {
span.number {
font-weight: 600;
}
@include media($mobile) {
@include media-max(small) {
padding-top: 2rem;
}
}
@@ -68,7 +67,7 @@ section {
margin-left: auto;
margin-right: auto;
@include media($mobile) {
@include media-max(small) {
width: 75%;
}
}
@@ -80,7 +79,7 @@ section {
font-size: 1rem;
color: $primary-color;
text-align: center;
@include media($mobile) {
@include media-max(small) {
padding-top: 2rem;
}