Initial Commit
This commit is contained in:
30
assets/css/_common/_section/navbar.scss
Normal file
30
assets/css/_common/_section/navbar.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user