[Glitch] Change visual separation of applications in authorized apps list

Port SCSS changes from d37c28f54c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-downstream
Claire 3 years ago
parent 3e3fc8398b
commit 761df31510

@ -904,6 +904,14 @@ a.name-tag,
text-align: center;
}
.applications-list__item {
padding: 15px 0;
background: $ui-base-color;
border: 1px solid lighten($ui-base-color, 4%);
border-radius: 4px;
margin-top: 15px;
}
.announcements-list {
border: 1px solid lighten($ui-base-color, 4%);
border-radius: 4px;

@ -1126,6 +1126,7 @@ code {
&:last-child {
border-bottom: 0;
padding-bottom: 0;
}
}
}

Loading…
Cancel
Save