Sha256: cfb593970c754e9038a344e304b8c6e3120691f6b0af4b403c7552972b223871

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

// Forms

form {
  margin-bottom: 1.25em;
}

fieldset {
  padding: 0;
  margin: 0 0 1.25em 0;
  border: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 1.25em;
  background: #fff;
}

select {
  height: 1.625em;
  line-height: 1.625em;
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2);
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  margin-bottom: 0.25em;
  font-weight: bold;
  font-size: 0.8125em;
}

select {
  width: 15em;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
  font-size: 0.875em;
  color: #444;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
boarding_pass-1.0.0.beta2 app/assets/stylesheets/legacy/_forms.scss
boarding_pass-1.0.0.beta1 app/assets/stylesheets/legacy/_forms.scss
boarding_pass-0.1.9 app/assets/stylesheets/boarding_pass/_forms.scss