mirror of
https://github.com/fleetdm/fleet
synced 2026-05-04 05:48:26 +00:00
20 lines
272 B
SCSS
20 lines
272 B
SCSS
|
|
.side-nav-item {
|
||
|
|
margin-bottom: $pad-medium;
|
||
|
|
|
||
|
|
a {
|
||
|
|
color: $core-fleet-black;
|
||
|
|
font-weight: $regular;
|
||
|
|
text-decoration: none;
|
||
|
|
cursor: pointer;
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
color: $core-vibrant-blue;
|
||
|
|
}
|
||
|
|
|
||
|
|
&.active-nav {
|
||
|
|
font-weight: $bold;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|