app/assets/less/layout/navigation.less: some fixes with icons/text in dropdown menu.
This commit is contained in:
parent
2b6da6453b
commit
89d1edb131
1 changed files with 11 additions and 0 deletions
|
|
@ -135,6 +135,17 @@
|
|||
&:extend(.dropdown-menu all);
|
||||
&:extend(.dropdown-menu-right all);
|
||||
|
||||
vertical-align: middle;
|
||||
> li > a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.icon {
|
||||
font-size: 1.5em;
|
||||
margin-right: .4em;
|
||||
}
|
||||
|
||||
text-shadow: none;
|
||||
.box-shadow(@dropdown-shadow);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue