New Settings UI: Validate advanced options client ID

This commit is contained in:
Himad M 2024-11-29 11:46:14 -04:00
parent 0c775da1be
commit 386a2872f8
No known key found for this signature in database
GPG key ID: 5FC769E9888A7B98
3 changed files with 30 additions and 39 deletions

View file

@ -26,6 +26,12 @@
border: none;
}
.client-id-error {
color: #cc1818;
margin: -16px 0 24px;
@include font(11, 16, 450);
}
.onboarding-advanced-options {
max-width: 800px;
}