0
0
Fork 0

Change design of notification about lost connections in web UI (#29731)

This commit is contained in:
Eugen Rochko 2024-03-25 14:27:38 +01:00 committed by GitHub
parent dd061291b1
commit 29f9dc742e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 79 additions and 60 deletions

View file

@ -2165,6 +2165,44 @@ a.account__display-name {
}
}
.notification__relationships-severance-event {
display: flex;
gap: 16px;
color: $secondary-text-color;
text-decoration: none;
align-items: flex-start;
padding: 16px 32px;
border-bottom: 1px solid var(--background-border-color);
&:hover {
color: $primary-text-color;
}
.icon {
padding: 2px;
color: $highlight-text-color;
}
&__content {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
flex-grow: 1;
font-size: 16px;
line-height: 24px;
strong {
font-weight: 700;
}
.link-button {
font-size: inherit;
line-height: inherit;
}
}
}
.notification__message {
padding: 16px;
padding-bottom: 0;