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
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

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