app/assets/stylesheets/bulma/components/card.sass in bulma-rails-0.0.17.1 vs app/assets/stylesheets/bulma/components/card.sass in bulma-rails-0.0.18
- old
+ new
@@ -44,14 +44,16 @@
border-right: 1px solid $border
.card
background: 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
width: 300px
.media:not(:last-child)
margin-bottom: 10px
- &.is-rounded
- border-radius: 5px
+ // Modifiers
&.is-fullwidth
width: 100%
+ &.is-rounded
+ border-radius: 5px