This commit is contained in:
Pranshu Tomar 2020-05-13 22:13:02 +05:30
parent 7e4e979799
commit 1094307786
3 changed files with 14 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=5c5ae91d95c2c0668124",
"/css/ui.css": "/css/ui.css?id=b87eb840235219138c2c"
"/css/ui.css": "/css/ui.css?id=676aac66854686c7def3"
}

View File

@ -665,12 +665,20 @@ h5 {
margin-top: 5px;
}
&.has-error .control {
border-color: $danger-color;
&.has-error {
.control {
border-color: $danger-color;
}
.control-error {
display: block;
}
}
&.has-error .control-error {
display: block;
&.has-error.date, &.has-error.date {
&::after {
margin-top: -12px;
}
}
&.price {