Sha256: 16bdee310115dac9b146b2a97f0bfb12d052ca6f080520f6a233e1a3e25e8fbc

Contents?: true

Size: 814 Bytes

Versions: 10

Compression:

Stored size: 814 Bytes

Contents

fieldset
  border: 0
  padding: 0
  +space(margin-bottom)

label
  margin: 0
  padding: 0
  +space(line-height, 2)
  display: block
  font-weight: bold

input,
textarea
  padding: 0
  margin: 0
  border: 0
  width: 100%
  +font-size($base-font-size)
  +space(line-height, 2)
  +space(padding-left, 0.75)
  +space(padding-right, 0.75)
  +border
  border-radius: $border-radius
  background: $white

textarea
  +space(line-height)
  +space(padding-top, 0.5)
  +space(padding-bottom, 0.5)

abbr[title]
  color: $red
  border: 0

.errors__input
  +border(1px, $red)
.errors__message, .error
  color: $red
  +space(line-height, 2)

.field_with_errors
  input
    @extend .errors__input

.stand-alone-button
  +space(margin-top)

.form-terms
  color: $gray-light
  +space(margin-top)

.form-terms a
  color: $gray-light

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
smock-0.1.158 app/assets/stylesheets/includes/_forms.sass
smock-0.1.153 app/assets/stylesheets/includes/_forms.sass
smock-0.1.152 app/assets/stylesheets/includes/_forms.sass
smock-0.1.151 app/assets/stylesheets/includes/_forms.sass
smock-0.1.150 app/assets/stylesheets/includes/_forms.sass
smock-0.1.149 app/assets/stylesheets/includes/_forms.sass
smock-0.1.148 app/assets/stylesheets/includes/_forms.sass
smock-0.1.147 app/assets/stylesheets/includes/_forms.sass
smock-0.1.146 app/assets/stylesheets/includes/_forms.sass
smock-0.1.145 app/assets/stylesheets/includes/_forms.sass