mirror of
https://github.com/flarum/framework.git
synced 2025-05-31 20:43:36 +08:00
Remove fa-fw class from all icons
Often it is desirable to NOT have this class applied, and it is easier to apply its styles if needed rather than un-apply it.
This commit is contained in:
@ -224,14 +224,14 @@
|
||||
}
|
||||
}
|
||||
.Button-icon {
|
||||
margin-right: 3px;
|
||||
margin-right: 7px;
|
||||
}
|
||||
.Button-icon,
|
||||
.Button-caret {
|
||||
font-size: 14px;
|
||||
}
|
||||
.Button-caret {
|
||||
margin-left: 3px;
|
||||
margin-left: 7px;
|
||||
}
|
||||
.Button-badge {
|
||||
font-size: 12px;
|
||||
|
Reference in New Issue
Block a user