recompile everything

This commit is contained in:
Holger Könemann 2017-01-06 20:45:53 +01:00
parent 50404dba3b
commit 0f83a68239
1 changed files with 25 additions and 0 deletions

View File

@ -81,6 +81,31 @@ background-color:$brand-success;
background-color:$brand-inverse; 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, button,
[type="button"], [type="button"],
[type="reset"], [type="reset"],