summaryrefslogblamecommitdiff
path: root/styles/_sass/form/checkbox-radio.sass
blob: d9f3ff0c5d5ec8116ed585c10605561d670a76f6 (plain) (tree)




















                                
%checkbox-radio
  cursor: pointer
  display: inline-block
  line-height: 1.25
  position: relative
  input
    cursor: pointer
  &:hover
    color: $input-hover-color
  &[disabled],
  fieldset[disabled] &
    color: $input-disabled-color
    cursor: not-allowed

.checkbox
  @extend %checkbox-radio

.radio
  @extend %checkbox-radio
  & + .radio
    margin-left: 0.5em