mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Fix css bug in header
This commit is contained in:
@@ -19,19 +19,12 @@
|
||||
}
|
||||
|
||||
.boardsNav {
|
||||
@extend
|
||||
.navbar-nav,
|
||||
.nav-pills,
|
||||
.d-flex,
|
||||
.flex-row,
|
||||
.mr-auto;
|
||||
|
||||
.nav-item {
|
||||
@extend
|
||||
.badge,
|
||||
.text-uppercase;
|
||||
|
||||
a { @extend .text-dark; }
|
||||
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.nav-item.active {
|
||||
|
||||
Reference in New Issue
Block a user