app/assets/stylesheets/form/_input_checkbox.scss in chr-0.1.2 vs app/assets/stylesheets/form/_input_checkbox.scss in chr-0.1.4
- old
+ new
@@ -1,15 +1,15 @@
/* Checkbox ---------------------------------------------------------------- */
-.input-checkbox {
+.view .input-checkbox {
padding: .8em 1em 1em;
input { display: inline; width: auto; margin-right: .5em; }
.label { display: inline; }
}
/* Switch ------------------------------------------------------------------ */
-.input-switch { padding-top: .75em; }
-.input-switch .switch {
+.view .input-switch { padding-top: .75em; }
+.view .input-switch .switch {
float: right;
margin-top: -1.8em;
$switch-width: 52px;
$switch-padding: 2px;
\ No newline at end of file