mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
30 lines
399 B
SCSS
30 lines
399 B
SCSS
|
|
|
|
|
|
.header-logo a{
|
|
padding: 0 ;
|
|
|
|
i{
|
|
line-height: 2em;
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .menu a {
|
|
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.navbar .menu .active{
|
|
font-weight: 900;
|
|
color: $light-navbar-active-color;
|
|
|
|
.dark-theme &{
|
|
color: $dark-navbar-active-color;
|
|
}
|
|
}
|
|
|
|
.navbar-header a:hover, .navbar .menu a:hover {
|
|
|
|
background-color: transparent;
|
|
}
|