Convert colors to vars

This commit is contained in:
Patrick Marsceill
2018-11-15 15:12:12 -05:00
parent 94d640b80e
commit 9c70c7f081
11 changed files with 49 additions and 20 deletions

View File

@@ -75,7 +75,7 @@
}
.btn-outline {
color: $blue-100;
color: $link-color;
background: transparent;
box-shadow: inset 0 0 0 2px $grey-lt-300;
@@ -101,6 +101,10 @@
}
}
.btn-primary {
@include btn-color($white, $btn-primary-color);
}
.btn-purple {
@include btn-color($white, $purple-100);
}