mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Unify icon class name, change the way icons are floated in menus
This commit is contained in:
@@ -42,11 +42,18 @@
|
||||
|
||||
& > ul > li, & .dropdown-menu > li {
|
||||
display: inline-block;
|
||||
margin-right: 25px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
& .dropdown-menu > li.divider {
|
||||
display: none;
|
||||
}
|
||||
|
||||
& .dropdown-select .dropdown-menu > li > a .fa {
|
||||
margin-right: 3px;
|
||||
& .dropdown-select .dropdown-menu > li > a {
|
||||
padding-left: 25px;
|
||||
|
||||
& .icon {
|
||||
margin-left: -25px;
|
||||
}
|
||||
}
|
||||
|
||||
& .affix {
|
||||
|
Reference in New Issue
Block a user