mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 05:13:37 +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
085d3cdba6
commit
ebdef578c0
|
@ -63,6 +63,9 @@
|
|||
.icon {
|
||||
margin-right: 5px;
|
||||
font-size: 14px;
|
||||
width: 18px;
|
||||
text-align: center;
|
||||
color: @muted-color;
|
||||
}
|
||||
}
|
||||
.Dropdown {
|
||||
|
|
Loading…
Reference in New Issue
Block a user