Replace secondary nav buttons custom css with classes

This commit is contained in:
Anton Khorev 2023-10-17 17:35:14 +03:00
parent 3fc971d03c
commit 74a87d55e7
2 changed files with 2 additions and 16 deletions

View file

@ -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%);
}