Sha256: 1a6bba824fc9e849e4694c6e3932927414278328301ce77bb7c1c9863dada458

Contents?: true

Size: 755 Bytes

Versions: 12

Compression:

Stored size: 755 Bytes

Contents

.addons
  box-shadow: 0 0 0 1px $border-color
  +space(padding, 0.5)

.addon__card__titlebar
  cursor: pointer

.addon__card__titlebar:hover
  background-color: $border-color

.addon__card__titlebar
  +space(line-height, 2)
  +space(height, 2)
  +user-select(none)
  +space(padding-left, 0.5)

.addon__card__title
  float: left

.addon__card__price
  float: right
  +space(width, 2)
  text-align: center
  +space(line-height)
  +space(margin-top, 0.5)
  font-weight: bold

.addon__card__content
  display: none
  clear: both
  +space(padding-bottom, 0.5)
  +space(margin-left, 1.5)
  +space(margin-right, 2.5)

.addon__card
  box-shadow: 0 1px 0 0 $border-color

.addon__card:last-child
  box-shadow: none

.addon__card__content--expanded
  display: block

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
smock-0.1.182 app/assets/stylesheets/modules/_addon.sass
smock-0.1.181 app/assets/stylesheets/modules/_addon.sass
smock-0.1.180 app/assets/stylesheets/modules/_addon.sass
smock-0.1.179 app/assets/stylesheets/modules/_addon.sass
smock-0.1.178 app/assets/stylesheets/modules/_addon.sass
smock-0.1.177 app/assets/stylesheets/modules/_addon.sass
smock-0.1.176 app/assets/stylesheets/modules/_addon.sass
smock-0.1.175 app/assets/stylesheets/modules/_addon.sass
smock-0.1.170 app/assets/stylesheets/modules/_addon.sass
smock-0.1.169 app/assets/stylesheets/modules/_addon.sass
smock-0.1.168 app/assets/stylesheets/modules/_addon.sass
smock-0.1.167 app/assets/stylesheets/modules/_addon.sass