Sha256: 54277d163f6735a4246f4099675c137140a0a37936af44fd5e69a3f3bb7b59f2

Contents?: true

Size: 1.9 KB

Versions: 27

Compression:

Stored size: 1.9 KB

Contents

.service__card__provider
  +top-horizontal-rule(1)

.service__card__image
  &:hover
    .service__card__mask
      opacity: 1
  +space(height, 8)
  +space(margin-bottom, 0.5)
  position: relative
  img
    width: 100%
    +space(height, 8)

.service__card__image__price
  position: absolute
  +space(top, 0.5)
  +space(right, 0.5)
  background-color: $orange
  border-radius: $border-radius
  +space(padding-top, 0.25)
  +space(padding-bottom, 0.25)
  +space(padding-left, 0.5)
  +space(padding-right, 0.5)
  color: $white

.service__card__mask
  opacity: 0
  background-color: rgba($black, 0.7)
  position: absolute
  width: 100%
  height: 100%
  color: $white
  -webkit-transition: opacity 0.11s ease-out
  -moz-transition: opacity 0.11s ease-out
  -o-transition: opacity 0.11s ease-out
  transition: opacity 0.11s ease-out

.service__card__mask__content
  bottom: 0px
  position: absolute
  +space(margin-bottom)
  +space(margin-left)

.service__card__provider__image
  +space(min-height, 1)

.service__card__provider_name
  font-weight: bold
  +space(line-height, 1)
  span
    color: $gray
    font-weight: normal
    +space(padding-left, 0.25)

.service__card
  &:nth-child(4n)
    margin-right: 0
    clear: right
  &:nth-child(4n+1)
    clear: left

.service__card__content
  +space(height, 8)
  overflow: hidden
  background: $gray-lightest2
  +space(padding-top, 2)

.service__card__content__title
  +space(margin-top, 0.5)
  display: block
  text-align: center

.service__card__content__svg
  width: 100px
  +space(height, 3)
  display: block
  margin: 0 auto

.service__card__container--custom-job
  display: block
  +space(min-height, 8)
  +space(margin-bottom, 0.5)

.service__card__text__name
  +space(max-height, 2)
  overflow: hidden

.service__card__text
  +space(height, 3)
  overflow: hidden
  +space(margin-bottom, 0.5)

.service__card__text--no-category
  +space(height, 2)
  overflow: hidden
  +space(margin-bottom, 0.5)

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
smock-0.1.169 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.168 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.167 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.166 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.165 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.164 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.163 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.162 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.161 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.160 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.159 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.158 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.153 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.152 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.151 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.150 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.149 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.148 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.147 app/assets/stylesheets/modules/_service_card.sass
smock-0.1.146 app/assets/stylesheets/modules/_service_card.sass