Sha256: 90b23e3ac03c3d39df6bcf55c4b7564782fd9b94523ac0baa4797fd58b6e8090

Contents?: true

Size: 983 Bytes

Versions: 2

Compression:

Stored size: 983 Bytes

Contents

input[type="text"],input.string,input.password,input[type="email"],input[type="number"],input[type="url"],input[type="date"],input[type="datetime"],input[type="tel"],input[type="datetime"],input[type="month"],input[type="search"],textarea
  border: 2px solid #CCC
  padding-left: $baseLineHeight - 2px
  padding-right: $baseLineHeight - 2px
  height: $baseFingerSize
  // padding-top: 3px
  font-size: $baseFontSize + 1px
  -webkit-appearance: none
  -webkit-tap-highlight-color: rgba(0,0,0,0)
  -webkit-touch-callout: none
  outline: none
  @include box-mode
  margin-bottom: $baseLineSpacing
  @include border-radius(0px)

  &.failure
    border: 2px solid #F00
  &.success
    border: 2px solid #0F0

  &.full-width
    display: block
    width: 100%

.mobile
  input[type="date"]
    width: 120px
    text-align: center

textarea
  height: auto
  line-height: auto
  padding: $baseLineHeight - 2px
  resize: none
  overflow: auto
  overflow-y: auto
  height: $baseFingerSize * 3

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iugu-ux-0.9.9 vendor/assets/stylesheets/iugu-ux/components/input.sass
iugu-ux-0.9.8 vendor/assets/stylesheets/iugu-ux/components/input.sass