Sha256: 7ed827b2a0f6629b910533d87a1aabdfe3a14be0e5d83dc3b4e85371c7697c22

Contents?: true

Size: 989 Bytes

Versions: 3

Compression:

Stored size: 989 Bytes

Contents

.card-header
  align-items: stretch
  box-shadow: 0 1px 2px rgba($black, 0.1)
  display: flex

.card-header-title
  align-items: center
  color: $text-strong
  display: flex
  flex-grow: 1
  font-weight: $weight-bold
  padding: 0.75rem

.card-header-icon
  align-items: center
  cursor: pointer
  display: flex
  justify-content: center
  padding: 0.75rem

.card-image
  display: block
  position: relative

.card-content
  padding: 1.5rem
  .title + .subtitle
    margin-top: -1.5rem

.card-footer
  border-top: 1px solid $border
  align-items: stretch
  display: flex

.card-footer-item
  align-items: center
  display: flex
  flex-basis: 0
  flex-grow: 1
  flex-shrink: 0
  justify-content: center
  padding: 0.75rem
  &:not(:last-child)
    border-right: 1px solid $border

.card
  background-color: $white
  box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)
  color: $text
  max-width: 100%
  position: relative
  .media:not(:last-child)
    margin-bottom: 0.75rem

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bulma-rails-0.3.2 app/assets/stylesheets/sass/components/card.sass
bulma-rails-0.3.1 app/assets/stylesheets/sass/components/card.sass
bulma-rails-0.3.0 app/assets/stylesheets/sass/components/card.sass