Sha256: a0e68d79b979ccf08cf08896cb5f7d2c8ec45bf83892d4edcd51fd56af3b881d

Contents?: true

Size: 780 Bytes

Versions: 23

Compression:

Stored size: 780 Bytes

Contents

@import redde/mixins

.sbm
  display: inline-block
  background: $link
  color: #fff
  font-size: $sbm-size
  font-family: $family
  padding: round(9/13*$sbm-size) round(20/13*$sbm-size)
  border: 0 none
  border-radius: round(3/13*$sbm-size)
  cursor: pointer
  outline: none
  text-decoration: none

  &[disabled]
    background: #9ea2a4
    cursor: default

  &:hover
    background: mix($link, #388cb5)
    background: linear-gradient($link 70%, #388cb5 100%)

  &:active
    background: mix(#186991, #10435c)
    background: linear-gradient(to top, #186991 80%, #10435c 100%)

  &._save:before
    content: "\A0"
    display: inline-block
    width: round(16/13*$sbm-size)
    margin-right: round(10/13*$sbm-size)
    background: image-url('redde/enter.svg') no-repeat 0 5px

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
redde-0.3.10 app/assets/stylesheets/redde/elements/sbm.sass
redde-0.3.9 app/assets/stylesheets/redde/elements/sbm.sass
redde-0.3.8 app/assets/stylesheets/redde/elements/sbm.sass