Sha256: 64cb0c63b30bcdf176dde5d9b206802bfe864848a1f722e470a3268948ec3731

Contents?: true

Size: 1.94 KB

Versions: 40

Compression:

Stored size: 1.94 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="email"],
input[type="password"],
input[type="text"],
input[type="url"],
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

input[disabled]
  background: $gray-lightest

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

select
  margin: 0
  border: 0 solid transparent
  background: $white
  width: 100%
  +border
  border-radius: $border-radius
  +font-size($base-font-size)
  +space(height, 2)
  +space(line-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

.input.boolean
  +clearfix
  +space(margin-top)
  +space(margin-bottom)
  label
    display: inline
    +space(line-height)

.hint
  +space(margin-top, 0.5)
  +space(margin-bottom, 0.5)
  width: 100%
  display: block
  color: $gray
  a
    color: $gray
    text-decoration: underline

.input-prepend-wrapper
  +border
  +space(line-height, 2)
  +clearfix
  border-radius: $border-radius
  background: $white
  input.input-prepend-input
    border-top-left-radius: 0
    border-bottom-left-radius: 0
    width: 65%
    display: block
    float: left
  .input-prepend-add-on
    border-top-left-radius: $border-radius
    border-bottom-left-radius: $border-radius
    +space(padding-left)
    +space(padding-right)
    width: 35%
    display: block
    float: left
    background: $gray-lightest
    

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
smock-0.1.239 app/assets/stylesheets/includes/_forms.sass
smock-0.1.2 app/assets/stylesheets/includes/_forms.sass
smock-0.1.1 app/assets/stylesheets/includes/_forms.sass
smock-0.1.238 app/assets/stylesheets/includes/_forms.sass
smock-0.1.237 app/assets/stylesheets/includes/_forms.sass
smock-0.1.236 app/assets/stylesheets/includes/_forms.sass
smock-0.1.235 app/assets/stylesheets/includes/_forms.sass
smock-0.1.234 app/assets/stylesheets/includes/_forms.sass
smock-0.1.233 app/assets/stylesheets/includes/_forms.sass
smock-0.1.232 app/assets/stylesheets/includes/_forms.sass
smock-0.1.231 app/assets/stylesheets/includes/_forms.sass
smock-0.1.230 app/assets/stylesheets/includes/_forms.sass
smock-0.1.229 app/assets/stylesheets/includes/_forms.sass
smock-0.1.228 app/assets/stylesheets/includes/_forms.sass
smock-0.1.227 app/assets/stylesheets/includes/_forms.sass
smock-0.1.226 app/assets/stylesheets/includes/_forms.sass
smock-0.1.225 app/assets/stylesheets/includes/_forms.sass
smock-0.1.224 app/assets/stylesheets/includes/_forms.sass
smock-0.1.9 app/assets/stylesheets/includes/_forms.sass
smock-0.1.223 app/assets/stylesheets/includes/_forms.sass