[Glitch] Add joined date to profiles in web UI

Port 2c77d97e0d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2021-05-07 14:33:19 +02:00
committed by Claire
parent dbb942999c
commit e08b31a706
2 changed files with 13 additions and 0 deletions

View File

@ -555,6 +555,17 @@
color: $primary-text-color;
}
.account__header__joined {
font-size: 14px;
padding: 5px 15px;
color: $darker-text-color;
.columns-area--mobile & {
padding-left: 20px;
padding-right: 20px;
}
}
.account__header__fields {
margin: 0;
border-top: 1px solid lighten($ui-base-color, 12%);