Reduce form error font size
This commit is contained in:
parent
75084782b7
commit
a3d15b6471
|
@ -71,8 +71,8 @@
|
|||
|
||||
.input-error:not(:focus) {
|
||||
&,
|
||||
& + .nav-preview, // Markdown textarea
|
||||
& + * + .tab-content {
|
||||
+ .nav-preview, // Markdown textarea
|
||||
+ * + .tab-content {
|
||||
border-color: $red !important;
|
||||
}
|
||||
}
|
||||
|
@ -85,6 +85,7 @@
|
|||
.form-warning {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.form-error {
|
||||
|
@ -94,9 +95,9 @@
|
|||
// Disable red error on input focus
|
||||
.input-error:focus,
|
||||
.input-group:focus-within {
|
||||
& + .form-error,
|
||||
& + * + .form-error, // Markdown textarea
|
||||
& + * + * + .form-error {
|
||||
+ .form-error,
|
||||
+ * + .form-error, // Markdown textarea
|
||||
+ * + * + .form-error {
|
||||
color: pvar(--mainForegroundColor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue