Replace secondary nav buttons custom css with classes
This commit is contained in:
parent
3fc971d03c
commit
74a87d55e7
2 changed files with 2 additions and 16 deletions
|
@ -187,20 +187,6 @@ nav.secondary {
|
|||
color: darken($darkgrey, 25%);
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
@include button-outline-variant($darkgrey, $color-hover: $darkgrey, $active-background: white, $active-border: $darkgrey);
|
||||
border-color: $grey;
|
||||
&:hover {
|
||||
border-color: $grey;
|
||||
}
|
||||
}
|
||||
|
||||
.login-menu {
|
||||
.btn-outline-secondary {
|
||||
@include button-outline-variant($darkgrey, $color-hover: $white, $active-color: $white);
|
||||
}
|
||||
}
|
||||
|
||||
#inboxanchor {
|
||||
background-color: lighten($grey, 10%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue