Sha256: 480cb503dc3815dcf589eb6e5824d404912c28994d93805755c75f295af2c92c

Contents?: true

Size: 780 Bytes

Versions: 3

Compression:

Stored size: 780 Bytes

Contents

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

.input {
  &.url,
  &.text,
  &.email,
  &.string,
  &.tel,
  &.text,
  > .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

3 entries across 3 versions & 1 rubygems

Version Path
fae-rails-1.5.1 app/assets/stylesheets/fae/modules/forms/_text.scss
fae-rails-1.5.0 app/assets/stylesheets/fae/modules/forms/_text.scss
fae-rails-1.4.1 app/assets/stylesheets/fae/modules/forms/_text.scss