Update colors

This commit is contained in:
EliverLara
2018-11-17 15:34:25 -06:00
parent b1d77ca629
commit cecc03c7f4
211 changed files with 2724 additions and 2304 deletions

View File

@@ -205,14 +205,15 @@
@if $t==rounded {
box-shadow: none;
// border: 1px solid $c;
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9);
color: white;
border-radius: 100px;
background: $suggested_bg_color; }
background: $suggested_bg_color;
}
@if $t==rounded-red {
box-shadow: none;
// border: 1px solid $c;
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9);
color: white;
border-radius: 100px;
background: $destructive_bg_color;
@@ -595,5 +596,5 @@ box-shadow: none;
}
@mixin scale-highlight($dir) {
background: linear-gradient(to $dir, #00f17d, #00f7d2);
background: linear-gradient(to $dir, #ff005d, #ff8b26);
}