mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
Small dropdowns adjsutments
This commit is contained in:
parent
112d9be673
commit
d0412f57ce
2 changed files with 12 additions and 0 deletions
11
src/app/theme/sass/bootstrap-overrides/_dropdown.scss
Normal file
11
src/app/theme/sass/bootstrap-overrides/_dropdown.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
.dropdown-item {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-toggle::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
@import "panel";
|
@import "panel";
|
||||||
|
@import "dropdown";
|
||||||
@import "tabs";
|
@import "tabs";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue