Oops, that should fix it..
This commit is contained in:
parent
173126673b
commit
6a0eba3ba2
|
@ -74,8 +74,8 @@
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
border: none;
|
border: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: dark-light-choose($primary, scale-color($primary, $lightness: 60%));
|
color: dark-light-choose(#fff, scale-color($primary, $lightness: 60%));
|
||||||
background: dark-light-choose($tertiary, $tertiary);
|
background: $tertiary;
|
||||||
|
|
||||||
&[href] {
|
&[href] {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
|
|
@ -64,11 +64,11 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
a {
|
a {
|
||||||
color: #222;
|
color: #fff;
|
||||||
}
|
}
|
||||||
i {
|
i {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
color: #222;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue