Sha256: c36c421d033fcb04e6eb0d71f2f783437d771b0ebf06392315dcc22c99e2d24f

Contents?: true

Size: 792 Bytes

Versions: 8

Compression:

Stored size: 792 Bytes

Contents

@include placeholder {
  color: $c-darker-grey;
}

.input {
  &.url,
  &.text,
  &.email,
  &.string,
  &.tel,
  &.text,
  &.select,
  > .label {
    max-width: 515px;

    input {
      width: 100%;
    }
  }

  &.string {
    min-width: 223px;
  }
}

.symbol {
  position: relative;
  width: 240px;

  input {
    width: 100%;
  }

  &.symbol--prefix input {
    padding-left: 50px;
  }

  &.symbol--suffix input {
    padding-right: 50px;
  }
}

.input-symbol--prefix,
.input-symbol--suffix {
  position: absolute;
  bottom: 0;
  border: 0 solid $c-lightest-grey;
  padding: 14px 16px 13px;
  margin-bottom: 1px;
  font-size: 14px;
  color: $c-darker-grey;
}

.input-symbol--prefix {
  left: 0;
  border-right-width: 1px;
}

.input-symbol--suffix {
  right: 0;
  border-left-width: 1px;
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
fae-rails-3.0.0 app/assets/stylesheets/fae/modules/forms/_text.scss
fae-rails-2.2.0 app/assets/stylesheets/fae/modules/forms/_text.scss
fae-rails-2.1.0 app/assets/stylesheets/fae/modules/forms/_text.scss
fae-railsz-2.1.0 app/assets/stylesheets/fae/modules/forms/_text.scss
fae-rails-2.0.0 app/assets/stylesheets/fae/modules/forms/_text.scss
fae-rails-1.7.1 app/assets/stylesheets/fae/modules/forms/_text.scss
fae-rails-1.7.0 app/assets/stylesheets/fae/modules/forms/_text.scss
fae-rails-1.6.0 app/assets/stylesheets/fae/modules/forms/_text.scss