Sha256: 925ba448e8801ac10d69a03291f53189923107a83fd018ed911ffb1d45414a61

Contents?: true

Size: 786 Bytes

Versions: 9

Compression:

Stored size: 786 Bytes

Contents

//= depend_on_asset redde/sel.svg
//= depend_on_asset redde/sel-989c9f.svg

@import redde/mixins

.sel
  box-sizing: border-box
  display: inline-block
  color: #404344
  font-size: 13px
  line-height: 21px
  font-family: $family
  padding: 6px 10px
  padding-right: (10px + 11px + 10px)
  border: 1px solid #cdd1d7
  border-radius: 3px
  outline: none
  -webkit-appearance: none
  background: #fff image-url('redde/sel.svg') no-repeat right 10px top 14px

  // &::placeholder
  //   color: #989c9f

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

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

  &[disabled]
    border-color: #ddd
    background-color: #eee
    color: #989c9f
    background-image: image-url('redde/sel-989c9f.svg')

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
redde-0.4.4 app/assets/stylesheets/redde/elements/sel.sass
redde-0.4.3 app/assets/stylesheets/redde/elements/sel.sass
redde-0.4.2 app/assets/stylesheets/redde/elements/sel.sass
redde-0.4.1 app/assets/stylesheets/redde/elements/sel.sass
redde-0.4.0 app/assets/stylesheets/redde/elements/sel.sass
redde-0.3.39 app/assets/stylesheets/redde/elements/sel.sass
redde-0.3.38 app/assets/stylesheets/redde/elements/sel.sass
redde-0.3.37 app/assets/stylesheets/redde/elements/sel.sass
redde-0.3.36 app/assets/stylesheets/redde/elements/sel.sass