Sha256: ce3699f1ffae3a761bf93c912fbbaeb36dee31c5fc4629f653bf479783176fa1

Contents?: true

Size: 507 Bytes

Versions: 14

Compression:

Stored size: 507 Bytes

Contents

@import redde/mixins

.inp
  box-sizing: border-box
  display: inline-block
  color: #404344
  font-size: 13px
  line-height: 21px
  font-family: $family
  padding: 6px 10px
  border: 1px solid #cdd1d7
  border-radius: 3px
  outline: none

  &::placeholder
    color: #989c9f

  &._err
    border-color: $light-red
    box-shadow: 0 0 0 1px $light-red

  &:focus
    border-color: #5bacd4
    box-shadow: 0 0 0 1px #5bacd4

  &[disabled]
    border-color: #ddd
    background-color: #eee
    color: #989c9f

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
redde-0.4.4 app/assets/stylesheets/redde/elements/inp.sass
redde-0.4.3 app/assets/stylesheets/redde/elements/inp.sass
redde-0.4.2 app/assets/stylesheets/redde/elements/inp.sass
redde-0.4.1 app/assets/stylesheets/redde/elements/inp.sass
redde-0.4.0 app/assets/stylesheets/redde/elements/inp.sass
redde-0.3.39 app/assets/stylesheets/redde/elements/inp.sass
redde-0.3.38 app/assets/stylesheets/redde/elements/inp.sass
redde-0.3.37 app/assets/stylesheets/redde/elements/inp.sass
redde-0.3.36 app/assets/stylesheets/redde/elements/inp.sass
redde-0.3.35 app/assets/stylesheets/redde/elements/inp.sass
redde-0.3.34 app/assets/stylesheets/redde/elements/inp.sass
redde-0.3.33 app/assets/stylesheets/redde/elements/inp.sass
redde-0.3.32 app/assets/stylesheets/redde/elements/inp.sass
redde-0.3.31 app/assets/stylesheets/redde/elements/inp.sass