app/assets/stylesheets/bulma/base/helpers.sass in bulma-rails-0.0.17.1 vs app/assets/stylesheets/bulma/base/helpers.sass in bulma-rails-0.0.18
- old
+ new
@@ -17,28 +17,26 @@
// Overlay
.is-overlay
+overlay
-// Size
-
-.is-fullwidth
- width: 100%
-
// Text
-.is-text-centered
+.has-text-centered
text-align: center
-.is-text-left
+.has-text-left
text-align: left
-.is-text-right
+.has-text-right
text-align: right
// Visibility
+.is-hidden
+ display: none !important
+
.is-hidden-mobile
+mobile
display: none !important
.is-hidden-tablet
@@ -61,6 +59,5 @@
.is-marginless
margin: 0 !important
.is-unselectable
+unselectable
-