mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02: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:
@@ -61,6 +61,7 @@
|
||||
}
|
||||
.icon {
|
||||
font-size: 14px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -31,6 +31,7 @@
|
||||
.icon {
|
||||
font-size: 14px;
|
||||
margin-right: 2px;
|
||||
.fa-fw();
|
||||
}
|
||||
}
|
||||
.NotificationGrid-checkbox {
|
||||
|
Reference in New Issue
Block a user