0
0
Fork 0

Add joined date to profiles in web UI (#16169)

This commit is contained in:
Eugen Rochko 2021-05-07 14:33:19 +02:00 committed by GitHub
parent b42a8ef7d9
commit 2c77d97e0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 34 additions and 8 deletions

View file

@ -6769,6 +6769,17 @@ noscript {
}
}
.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%);