mirror of https://github.com/rancher/ui.git
color fixes
This commit is contained in:
parent
874bf78e06
commit
ccae8c6bcc
|
|
@ -53,12 +53,11 @@
|
|||
}
|
||||
|
||||
.bg-default {
|
||||
// @include bg-color($bg-default);
|
||||
@include bg-color($bg-default);
|
||||
@include contrasted($bg-default);
|
||||
|
||||
a {
|
||||
color: $primary;
|
||||
// border-bottom: solid 2px $primary;
|
||||
|
||||
&:before {
|
||||
background: rgba($primary, .2);
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ $lg-padding: 18px 30px;
|
|||
// This file contains all styles related to the button component.
|
||||
// -----------------------------------------------------------------------------
|
||||
button {
|
||||
background: $bg-primary;
|
||||
background: $bg-default;
|
||||
}
|
||||
|
||||
.btn,
|
||||
|
|
|
|||
Loading…
Reference in New Issue