recompile
This commit is contained in:
parent
80004d7755
commit
9816362f91
|
@ -6825,24 +6825,6 @@ a.skip-link {
|
|||
.bg-inverse .dropdown-menu {
|
||||
background-color: #292b2c; }
|
||||
|
||||
.dropdown-menu .dropdown-menu {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-left: 10px;
|
||||
border: none;
|
||||
box-shadow: none; }
|
||||
.dropdown-menu .dropdown-menu li {
|
||||
padding-left: 0px;
|
||||
list-style: square; }
|
||||
|
||||
.dropdown-menu .menu-item {
|
||||
width: 100%; }
|
||||
.dropdown-menu .menu-item a.nav-link {
|
||||
margin: 0px;
|
||||
padding: 0.5em 1em; }
|
||||
.dropdown-menu .menu-item a.nav-link:hover {
|
||||
background-color: #895cd1; }
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -81,31 +81,6 @@ background-color:$brand-success;
|
|||
background-color:$brand-inverse;
|
||||
}
|
||||
|
||||
// Fixing BS dropdown in a dropdown
|
||||
.dropdown-menu .dropdown-menu {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-left: 10px;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
li {
|
||||
padding-left: 0px;
|
||||
list-style: square;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu .menu-item {
|
||||
width: 100%;
|
||||
a.nav-link{
|
||||
margin:0px;
|
||||
padding:$nav-link-padding;
|
||||
|
||||
}
|
||||
a.nav-link:hover {
|
||||
background-color: $brand-primary;
|
||||
}
|
||||
}
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
|
|
Reference in New Issue