fix alignment on checkboxes that are first in a form

This commit is contained in:
psychobunny
2015-08-21 17:16:35 -04:00
parent 113a2aa398
commit a313bc69e2

View File

@@ -226,4 +226,8 @@
.mdl-switch.is-checked .mdl-switch__track {
background: lighten(@brand-primary, 20%) !important;
}
* > .checkbox:first-child {
margin-top: 0px;
}