Sha256: 72feb620dc7f93bcd0cc7b1c909ba2ce115c7c9eaac3d8c87a1becb5bc27cb58

Contents?: true

Size: 437 Bytes

Versions: 3

Compression:

Stored size: 437 Bytes

Contents

@import './globals';

::placeholder {
  color: $lighter-grey-color;
}

textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=time],
input[type=month],
input[type=datetime-local] {
  @include text-field-style;
}

textarea {
  display: block;
  height: auto;
  line-height: 1.6;
  resize: none;
}

select {
  @include text-field-style;
  appearance: none;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tao_form-0.1.2 lib/assets/stylesheets/tao/form/mobile/reset.scss
tao_form-0.1.1 lib/assets/stylesheets/tao/form/mobile/reset.scss
tao_form-0.1.0 lib/assets/stylesheets/tao/form/mobile/reset.scss