|
|
@ -48,6 +48,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.account__avatar-overlay {
|
|
|
|
.account__avatar-overlay {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
@include avatar-size(48px);
|
|
|
|
@include avatar-size(48px);
|
|
|
|
|
|
|
|
|
|
|
|
&-base {
|
|
|
|
&-base {
|
|
|
@ -288,9 +289,8 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.notification__message {
|
|
|
|
.notification__message {
|
|
|
|
margin-left: 68px;
|
|
|
|
margin-left: 42px;
|
|
|
|
padding: 8px 0;
|
|
|
|
padding: 8px 0 0 26px;
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
|
|
|
cursor: default;
|
|
|
|
cursor: default;
|
|
|
|
color: $ui-primary-color;
|
|
|
|
color: $ui-primary-color;
|
|
|
|
font-size: 15px;
|
|
|
|
font-size: 15px;
|
|
|
|