Add account_warning notification

This commit is contained in:
KMY 2023-07-26 17:37:54 +09:00
parent af86c09824
commit e7492e0745
9 changed files with 70 additions and 3 deletions

View file

@ -1848,6 +1848,11 @@ a.account__display-name {
}
}
.notification__warning-text {
padding: 16px 16px 16px 48px;
color: $darker-text-color;
}
.notification__display-name {
color: inherit;
font-weight: 500;