1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02: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:
Franz Liedke
2020-04-10 12:01:04 +02:00
parent 4c50c8d77a
commit 922e294668

View File

@@ -63,6 +63,9 @@
.icon {
margin-right: 5px;
font-size: 14px;
width: 18px;
text-align: center;
color: @muted-color;
}
}
.Dropdown {