issues/27: prod baseline without task branch

This commit is contained in:
Valery Petrov
2026-05-29 09:57:08 +03:00
parent 6944630c2e
commit e1d9234475
17 changed files with 9 additions and 1150 deletions
-28
View File
@@ -147,31 +147,3 @@ input[type="number"]:focus {
flex-direction: column;
}
}
// Ошибки валидации в формах контента (SB Admin перебивает .text-danger на label)
.content-field--has-error {
margin-bottom: 1rem;
padding: 0.75rem;
border: 1px solid #e74a3b;
border-radius: 0.35rem;
background-color: #fff5f5;
}
.content-field--has-error > label,
.content-field--has-error .content-field-error-label {
color: #e74a3b !important;
font-weight: 700;
}
.content-field--has-error .form-control,
.content-field--has-error .form-check-input {
border-color: #e74a3b !important;
}
.content-field-error-msg {
display: block;
margin-top: 0.35rem;
color: #e74a3b !important;
font-size: 0.875rem;
font-weight: 600;
}