[bug fix] navbar dropdown positioning
This commit is contained in:
parent
d553da2d0d
commit
33bf85a225
|
@ -352,6 +352,7 @@
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed('burger-menu-color');
|
color: themed('burger-menu-color');
|
||||||
background-color: themed('navbar-background-color');
|
background-color: themed('navbar-background-color');
|
||||||
|
border-bottom: 1px solid themed('navbar-border-bottom-color');
|
||||||
@include on-event {
|
@include on-event {
|
||||||
color: themed('link-hover');
|
color: themed('link-hover');
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,11 +47,12 @@
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background-color: themed('navbar-background-color') !important;
|
background-color: themed('navbar-background-color') !important;
|
||||||
|
border-bottom: 1px solid themed('navbar-border-bottom-color') !important;
|
||||||
@include on-event {
|
@include on-event {
|
||||||
background-color: themed('navbar-menu-hover-background-color');
|
background-color: themed('navbar-menu-hover-background-color');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-ani="true"] {
|
&[data-ani="true"] {
|
||||||
@media only screen and (min-width: 769px) {
|
@media only screen and (min-width: 769px) {
|
||||||
@for $i from 1 through 8 {
|
@for $i from 1 through 8 {
|
||||||
|
@ -91,6 +92,7 @@
|
||||||
@include justify-content(flex-end);
|
@include justify-content(flex-end);
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background: themed('navbar-background-color');
|
background: themed('navbar-background-color');
|
||||||
|
border-bottom: 1px solid themed('navbar-border-bottom-color');
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
@ -343,7 +345,9 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
@include flexbox();
|
@include flexbox();
|
||||||
@include align-items(center);
|
@include align-items(center);
|
||||||
@include justify-content(center);
|
@include justify-content(center);
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue