Sha256: b61c82f5cb701073afee0e367a0381d2fe12113d70eea19a3bac56f17587988b

Contents?: true

Size: 1011 Bytes

Versions: 3

Compression:

Stored size: 1011 Bytes

Contents

//==================================================
// Taken from Basscss' Forms
// Source: http://www.basscss.com/docs/base-forms/
//==================================================
input,
select,
textarea,
fieldset {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  box-sizing: border-box;
  height: 2.25rem;
  padding: .5rem .5rem;
  vertical-align: middle;
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
  line-height: 1.75;
  padding: .5rem .5rem;
}

select:not([multiple]) {
  height: 2.25rem;
  vertical-align: middle;
}

textarea {
  box-sizing: border-box;
  line-height: 1.75;
  padding: .5rem .5rem;
}

.fieldset-reset {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border: 0;
}
.fieldset-reset legend {
  padding: 0;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aesthetics-rails-0.1.3.pre.alpha assets/stylesheets/components/_forms.scss
aesthetics-rails-0.1.1.pre.alpha assets/stylesheets/components/_forms.scss
aesthetics-rails-0.1.0.pre.alpha assets/stylesheets/components/_forms.scss