Sha256: c0b2e22d6076127872287bfca2a4eb441b82582b3da888d9bf6f46c0ae415b4a

Contents?: true

Size: 823 Bytes

Versions: 19

Compression:

Stored size: 823 Bytes

Contents

input[type=checkbox]
  position absolute
  overflow hidden
  clip rect(0 0 0 0)
  height 1px
  width 1px
  margin -1px
  padding 0
  border 0

* + label.checkbox
  display none

input[type=checkbox] + label.checkbox
  position relative
  width $checkbox-size + 2*$checkbox-margin
  height $checkbox-size + 2*$checkbox-margin
  display inline-block
  font-size $checkbox-size - 2*$checkbox-padding
  cursor pointer
  color $color

  &:before
    center absolute
    line-height $checkbox-size
    text-align center
    border 1px solid $checkbox-border-normal
    height $checkbox-size
    width $checkbox-size
    content ' '
    font-family FontAwesome

input[type=checkbox]:checked + label.checkbox
  &:before
    content '\f00c'

input[type=checkbox]:focus + label.checkbox:before
  border-color $checkbox-border-active

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 node_modules/poised/lib/poised/forms/check.styl
ela-4.1.5 node_modules/poised/lib/poised/forms/check.styl
ela-4.1.4 node_modules/poised/lib/poised/forms/check.styl
ela-4.1.3 node_modules/poised/lib/poised/forms/check.styl
ela-4.1.2 node_modules/poised/lib/poised/forms/check.styl
ela-4.1.1 node_modules/poised/lib/poised/forms/check.styl
ela-4.1.0 node_modules/poised/lib/poised/forms/check.styl
ela-4.0.0 node_modules/poised/lib/poised/forms/check.styl
ela-3.4.3 node_modules/poised/lib/poised/forms/check.styl
ela-3.4.2 node_modules/poised/lib/poised/forms/check.styl
ela-3.4.0 node_modules/poised/lib/poised/forms/check.styl
ela-3.3.1 node_modules/poised/lib/poised/forms/check.styl
ela-3.3.0 node_modules/poised.old/lib/poised/forms/check.styl
ela-3.2.0 node_modules/poised/lib/poised/forms/check.styl
ela-3.1.1 node_modules/poised/lib/poised/forms/check.styl
ela-3.1.0 node_modules/poised/lib/poised/forms/check.styl
ela-3.0.0 node_modules/poised/lib/poised/forms/check.styl
ela-2.0.0 node_modules/poised/lib/poised/forms/check.styl
ela-1.1.0 node_modules/poised/lib/poised/forms/check.styl