Small dropdowns adjsutments

This commit is contained in:
smartapant 2016-04-25 19:48:42 +03:00
parent 112d9be673
commit d0412f57ce
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
.dropdown-item {
line-height: 1;
}
.dropdown-menu {
font-size: inherit;
}
.dropdown-toggle::after {
display: none;
}

View file

@ -1,2 +1,3 @@
@import "panel";
@import "dropdown";
@import "tabs";