0
0
Fork 0

Change design of interaction modal in web UI (#33278)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko 2024-12-17 13:36:32 +01:00 committed by GitHub
parent 1712543c68
commit f19fd0b889
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 590 additions and 442 deletions

View file

@ -8955,6 +8955,7 @@ noscript {
}
p {
text-align: center;
font-size: 17px;
line-height: 22px;
color: $darker-text-color;
@ -9030,11 +9031,6 @@ noscript {
border: 1px solid var(--background-border-color);
}
&.focused &__input {
border-color: $highlight-text-color;
background: lighten($ui-base-color, 4%);
}
&.invalid &__input {
border-color: $error-red;
}