0
0
Fork 0

Change design of moved account banner in web UI (#19790)

This commit is contained in:
Eugen Rochko 2022-11-05 21:11:24 +01:00 committed by GitHub
parent 30e786225e
commit 7c65f52692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 46 deletions

View file

@ -6733,36 +6733,29 @@ noscript {
}
}
.account__moved-note {
padding: 14px 10px;
padding-bottom: 16px;
.moved-account-banner {
padding: 20px;
background: lighten($ui-base-color, 4%);
border-top: 1px solid lighten($ui-base-color, 8%);
border-bottom: 1px solid lighten($ui-base-color, 8%);
display: flex;
align-items: center;
flex-direction: column;
&__message {
position: relative;
margin-left: 58px;
color: $dark-text-color;
color: $darker-text-color;
padding: 8px 0;
padding-top: 0;
padding-bottom: 4px;
font-size: 14px;
> span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
font-weight: 500;
text-align: center;
margin-bottom: 16px;
}
&__icon-wrapper {
left: -26px;
position: absolute;
}
.detailed-status__display-avatar {
position: relative;
&__action {
display: flex;
justify-content: space-between;
align-items: center;
gap: 15px;
}
.detailed-status__display-name {