Sha256: a7a643c39bb829180370c0e58d04b4ae151019f03aa0d992dfd525d1abf2516c

Contents?: true

Size: 1.25 KB

Versions: 28

Compression:

Stored size: 1.25 KB

Contents

.radio
  position: relative
  cursor: pointer
  display: inline-block
  text-decoration: none
  text-align: center
  border-width: 0px
  margin: 0px
  text-transform: uppercase
  white-space: nowrap
  -webkit-appearance: none
  -webkit-tap-highlight-color: rgba(0,0,0,0)
  -webkit-touch-callout: none
  -webkit-border: none
  -webkit-margin: none
  vertical-align: top
  @include box-shadow( none ) 
  @include box-mode
  margin-bottom: $baseLineSpacing
  overflow: hidden
  display: inline-block

  width: 44px
  height: 44px
  background: none
  color: #333
  @include border-radius( 0px )
  position: relative

  &:hover, &.selected
    background: none 

  .outer_decorator
    height: 32px
    width: 32px
    position: absolute
    top: 6px
    left: 6px
    @include border-radius(32px)
    @include box-mode
    background: #FFFFFF

    .inner_decorator
      width: 16px
      height: 16px
      @include border-radius(16px)
      @include box-mode
      background: #FFF
      position: absolute
      left: 8px
      top: 8px
      display: block
      border: 3px solid #CCC

    .label_decorator_on, .label_decorator_off
      display: none

  &.selected
    .outer_decorator
      .inner_decorator
        display: block
        background: #333
        border: none

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
iugu-ux-1.0.5 vendor/assets/stylesheets/iugu-ux/components/radio.sass
iugu-ux-1.0.4 vendor/assets/stylesheets/iugu-ux/components/radio.sass
iugu-ux-1.0.3 vendor/assets/stylesheets/iugu-ux/components/radio.sass
iugu-ux-1.0.2 vendor/assets/stylesheets/iugu-ux/components/radio.sass
iugu-ux-1.0.1 vendor/assets/stylesheets/iugu-ux/components/radio.sass
iugu-ux-1.0.0 vendor/assets/stylesheets/iugu-ux/components/radio.sass
iugu-ux-0.9.9 vendor/assets/stylesheets/iugu-ux/components/radio.sass
iugu-ux-0.9.8 vendor/assets/stylesheets/iugu-ux/components/radio.sass