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 085d3cdba6
commit ebdef578c0

View File

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