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
+2 -2
View File
@@ -26,14 +26,14 @@ section#add-contributor, section#add-proposal {
&:focus, &.valid {
background-color: rgba(22, 21, 40, 0.6);
}
@include placeholder {
&::placeholder {
color: rgba(238, 238, 238, 0.5);
}
}
select {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border-radius: 0;
background-color: rgba(22, 21, 40, 0.6);
+1 -1
View File
@@ -13,7 +13,7 @@
font-size: 1.4rem;
color: $primary-color;
@include media($mobile) {
@include media-max(small) {
margin-top: 6rem;
}