diff options
Diffstat (limited to 'client/src/app/+accounts/accounts.component.scss')
-rw-r--r-- | client/src/app/+accounts/accounts.component.scss | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/client/src/app/+accounts/accounts.component.scss b/client/src/app/+accounts/accounts.component.scss index a836e84ce..56927dea6 100644 --- a/client/src/app/+accounts/accounts.component.scss +++ b/client/src/app/+accounts/accounts.component.scss | |||
@@ -53,6 +53,7 @@ my-user-moderation-dropdown, | |||
53 | background-color: pvar(--submenuBackgroundColor); | 53 | background-color: pvar(--submenuBackgroundColor); |
54 | margin-bottom: 45px; | 54 | margin-bottom: 45px; |
55 | padding-top: var(--myGlobalTopPadding); | 55 | padding-top: var(--myGlobalTopPadding); |
56 | padding-bottom: var(--myGlobalTopPadding); | ||
56 | font-size: var(--myFontSize); | 57 | font-size: var(--myFontSize); |
57 | } | 58 | } |
58 | 59 | ||
@@ -66,12 +67,6 @@ my-user-moderation-dropdown, | |||
66 | word-break: break-word; | 67 | word-break: break-word; |
67 | } | 68 | } |
68 | 69 | ||
69 | .created-at { | ||
70 | margin-top: 15px; | ||
71 | color: pvar(--greyForegroundColor); | ||
72 | padding-bottom: 60px; | ||
73 | } | ||
74 | |||
75 | .show-more { | 70 | .show-more { |
76 | @include show-more-description; | 71 | @include show-more-description; |
77 | 72 | ||