mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPR: Form validation styling
This commit is contained in:
parent
24138a257c
commit
d2e0dbb6fd
@ -27,6 +27,15 @@
|
|||||||
&.CompositeField {
|
&.CompositeField {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__alert {
|
||||||
|
&.validation {
|
||||||
|
@extend .alert-danger;
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.field.password {
|
.field.password {
|
||||||
|
Loading…
Reference in New Issue
Block a user