[Glitch] Change authorized applications page

Port SCSS changes from 50ea54b3ed to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2022-03-01 16:48:58 +01:00
committed by Claire
parent 425a6c90c4
commit 7f998ba94d
3 changed files with 84 additions and 10 deletions

View File

@@ -923,6 +923,12 @@ a.name-tag,
text-decoration: none;
margin-bottom: 10px;
.account-role {
vertical-align: middle;
}
}
a.announcements-list__item__title {
&:hover,
&:focus,
&:active {
@@ -941,6 +947,10 @@ a.name-tag,
align-items: center;
}
&__permissions {
margin-top: 10px;
}
&:last-child {
border-bottom: 0;
}