fix material form CSS

This commit is contained in:
Thibault Duplessis 2017-10-28 08:29:32 -05:00
parent 75f2f49c86
commit 680a7c2f41

View file

@ -74,6 +74,9 @@
left: 0;
width: 100%;
}
.material.form .form-group input:not([type="checkbox"]) {
height: 1.9rem;
}
.material.form .form-group select {
width: 100%;
font-size: 1rem;
@ -120,6 +123,7 @@
transition: left 0.28s ease, width 0.28s ease;
z-index: 2;
}
.material.form .form-group input:not([type="checkbox"]),
.material.form .form-group textarea {
display: block;
background: none;