app/assets/stylesheets/sass/components/modal.sass in bulma-rails-0.1.0 vs app/assets/stylesheets/sass/components/modal.sass in bulma-rails-0.1.2
- old
+ new
@@ -45,21 +45,21 @@
.modal-card-head
border-bottom: 1px solid $border
.modal-card-title
color: $text-strong
- flex: 1
+ flex-grow: 1
font-size: $size-4
line-height: 1
.modal-card-foot
border-top: 1px solid $border
.button
&:not(:last-child)
margin-right: 10px
.modal-card-body
- flex: 1
+ flex-grow: 1
overflow: auto
padding: 20px
.modal
+overlay