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 {
|
.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);
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue