Birthdays: renames

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-01-25 21:09:30 +01:00
parent ecfef7b151
commit ac42b43fab
11 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -555,7 +555,7 @@ a .account__avatar {
} }
} }
.account__birth-date { .account__birthday {
display: flex; display: flex;
align-items: center; align-items: center;
white-space: nowrap; white-space: nowrap;

View file

@ -23,7 +23,7 @@
} }
&__join-date, &__join-date,
&__birth-date { &__birthday {
display: flex; display: flex;
font-size: 14px; font-size: 14px;
color: var(--primary-text-color--faint); color: var(--primary-text-color--faint);