mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 08:22:41 +08:00
Permissions page: Tweak icon styling
- Give them a fixed width (independent of font library) - Center the icons in their column - De-emphasize the icons by applying a muted color Fixes #2016, closes #2018.
This commit is contained in:
parent
4c50c8d77a
commit
922e294668
@ -63,6 +63,9 @@
|
||||
.icon {
|
||||
margin-right: 5px;
|
||||
font-size: 14px;
|
||||
width: 18px;
|
||||
text-align: center;
|
||||
color: @muted-color;
|
||||
}
|
||||
}
|
||||
.Dropdown {
|
||||
|
Loading…
x
Reference in New Issue
Block a user