Username and username link integrity check
This commit is contained in:
parent
1be90fff3d
commit
3664063d71
26 changed files with 636 additions and 35 deletions
|
@ -178,6 +178,28 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__error-icon {
|
||||
-webkit-mask-size: 100%;
|
||||
display: block;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
margin: 4px;
|
||||
|
||||
@include light-theme {
|
||||
@include color-svg(
|
||||
'../images/icons/v3/error/error-circle.svg',
|
||||
$color-accent-red
|
||||
);
|
||||
}
|
||||
|
||||
@include dark-theme {
|
||||
@include color-svg(
|
||||
'../images/icons/v3/error/error-circle.svg',
|
||||
$color-accent-red
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
&__username-link {
|
||||
&__tooltip {
|
||||
padding: 12px;
|
||||
|
@ -234,6 +256,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__reset-username-modal__ModalHost__width-container {
|
||||
max-width: 438px;
|
||||
|
||||
.module-Modal__button-footer {
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ProfileEditor__Title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue