Sha256: 5560181a6da18db8862298cdac1c93f5f9ccb299d95f623f902e2e94ddd735f8

Contents?: true

Size: 1.05 KB

Versions: 13

Compression:

Stored size: 1.05 KB

Contents

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

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

input[type="checkbox"]
  +space(margin-right, 0.5)

input[type="text"],
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)

select
  margin: 0
  background: $white
  border-color: $border-color
  border-radius: $border-radius
  border-style: solid
  width: 100%
  +space(height)

.select--large
  +space(height, 2)

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

13 entries across 13 versions & 1 rubygems

Version Path
smock-0.1.179 app/assets/stylesheets/includes/_forms.sass
smock-0.1.178 app/assets/stylesheets/includes/_forms.sass
smock-0.1.177 app/assets/stylesheets/includes/_forms.sass
smock-0.1.176 app/assets/stylesheets/includes/_forms.sass
smock-0.1.175 app/assets/stylesheets/includes/_forms.sass
smock-0.1.170 app/assets/stylesheets/includes/_forms.sass
smock-0.1.169 app/assets/stylesheets/includes/_forms.sass
smock-0.1.168 app/assets/stylesheets/includes/_forms.sass
smock-0.1.167 app/assets/stylesheets/includes/_forms.sass
smock-0.1.166 app/assets/stylesheets/includes/_forms.sass
smock-0.1.165 app/assets/stylesheets/includes/_forms.sass
smock-0.1.164 app/assets/stylesheets/includes/_forms.sass
smock-0.1.163 app/assets/stylesheets/includes/_forms.sass