Sha256: e8060b8755fe213cd22a7c8997881af9c4fe6e2ca1e66f8b7e1864614955bf9a

Contents?: true

Size: 416 Bytes

Versions: 4

Compression:

Stored size: 416 Bytes

Contents

// Checkbox -----------------------------------------------

.view .input-checkbox { padding: .8em 1em 1em;
  input  { display: inline; width: auto; margin-right: .5em; }
  .label { display: inline; cursor: pointer; }
}


// Switch -------------------------------------------------

.view .input-switch { padding-top: .75em;
  .label  { cursor: pointer; }
  .switch { @include switchControl(); float: right; }
}



Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chr-0.2.8 app/assets/stylesheets/form/_input-checkbox.scss
chr-0.2.7 app/assets/stylesheets/form/_input-checkbox.scss
chr-0.2.5 app/assets/stylesheets/form/_input-checkbox.scss
chr-0.2.4 app/assets/stylesheets/form/_input-checkbox.scss