app/assets/stylesheets/bulma/components/modal.sass in bulma-rails-0.0.17.1 vs app/assets/stylesheets/bulma/components/modal.sass in bulma-rails-0.0.18
- old
+ new
@@ -6,10 +6,11 @@
margin: 0 20px
max-height: calc(100vh - 160px)
overflow: auto
position: relative
width: 100%
+ // Responsiveness
+tablet
margin: 0 auto
max-height: calc(100vh - 40px)
width: 640px
@@ -28,7 +29,8 @@
display: none
justify-content: center
overflow: hidden
position: fixed
z-index: 1986
+ // Modifiers
&.is-active
display: flex