mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fixed nav style bugs (#9646)
This commit is contained in:
parent
a51b4709a2
commit
ae8c2a40c9
1 changed files with 1 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
.site-nav-content {
|
||||
height: 50px;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
@ -12,7 +11,6 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.site-nav-item {
|
||||
|
|
@ -86,12 +84,11 @@
|
|||
&--active {
|
||||
border-bottom: 3px solid $core-vibrant-blue;
|
||||
background-color: $site-nav-on-hover;
|
||||
max-height: 47px;
|
||||
|
||||
&:hover {
|
||||
background-color: $site-nav-on-hover;
|
||||
}
|
||||
|
||||
|
||||
.site-nav-item__link {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue