You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
370 B
24 lines
370 B
.navbar { |
|
background-color: $th-background; |
|
padding-left: 20px; |
|
padding-right: 20px; |
|
} |
|
|
|
.navbar-nav .icon { |
|
margin-right: 0.5em; |
|
vertical-align: -3px; |
|
} |
|
|
|
.navbar-nav .nav-item { |
|
padding: 8px 10px; |
|
|
|
&.active { |
|
background: #fff; |
|
} |
|
} |
|
|
|
.navbar-nav .nav-link { |
|
text-transform: uppercase; |
|
font-family: $font-family-extra-bold; |
|
font-weight: normal; |
|
}
|
|
|