color fixes

This commit is contained in:
lvuch 2017-08-16 14:37:41 -07:00
parent 874bf78e06
commit ccae8c6bcc
2 changed files with 2 additions and 3 deletions

View File

@ -53,12 +53,11 @@
} }
.bg-default { .bg-default {
// @include bg-color($bg-default); @include bg-color($bg-default);
@include contrasted($bg-default); @include contrasted($bg-default);
a { a {
color: $primary; color: $primary;
// border-bottom: solid 2px $primary;
&:before { &:before {
background: rgba($primary, .2); background: rgba($primary, .2);

View File

@ -7,7 +7,7 @@ $lg-padding: 18px 30px;
// This file contains all styles related to the button component. // This file contains all styles related to the button component.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
button { button {
background: $bg-primary; background: $bg-default;
} }
.btn, .btn,