Fix navbar
This commit is contained in:
parent
05e738e6a9
commit
dc2d0301f1
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
opacity: 0;
|
|
||||||
.transition(~"ease-in-out .2s all");
|
.transition(~"ease-in-out .2s all");
|
||||||
}
|
}
|
||||||
&.dropup {
|
&.dropup {
|
||||||
|
@ -68,7 +67,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
i + * {
|
i + * {
|
||||||
margin-right: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
& .container-fluid{
|
& .container-fluid{
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
|
Reference in a new issue