mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Tweak new masthead styles (#9682)
This commit is contained in:
parent
92283bf66d
commit
157cb8346d
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
.site-nav-list {
|
||||
list-style: none;
|
||||
height: 50px;
|
||||
width: 671px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
@ -82,7 +83,7 @@
|
|||
}
|
||||
|
||||
&--active {
|
||||
border-bottom: 3px solid $core-vibrant-blue;
|
||||
border-bottom: 4px solid $core-vibrant-blue;
|
||||
background-color: $site-nav-on-hover;
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue