[Glitch] Improve alignment of icons on admin roles list
Port c828e7731c
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2865/head
parent
1b6bd585ab
commit
69c76fd94a
|
@ -1075,6 +1075,10 @@ a.name-tag,
|
|||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a.announcements-list__item__title {
|
||||
&:hover,
|
||||
&:focus,
|
||||
|
|
|
@ -137,6 +137,7 @@ a.table-action-link {
|
|||
padding: 0 10px;
|
||||
color: $darker-text-color;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
color: $highlight-text-color;
|
||||
|
|
Loading…
Reference in New Issue