Only show extra nav border on layout nav
This commit is contained in:
parent
d07e85e103
commit
c006138446
1 changed files with 11 additions and 11 deletions
|
@ -40,7 +40,17 @@ header {
|
|||
}
|
||||
|
||||
&.with-horizontal-nav {
|
||||
border-color: transparent;
|
||||
border-bottom: 0;
|
||||
|
||||
.navbar-border {
|
||||
height: 1px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: -1px;
|
||||
background-color: $border-color;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
|
@ -114,16 +124,6 @@ header {
|
|||
}
|
||||
}
|
||||
|
||||
.navbar-border {
|
||||
height: 1px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background-color: $border-color;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.global-dropdown {
|
||||
position: absolute;
|
||||
left: -10px;
|
||||
|
|
Loading…
Reference in a new issue