app/assets/stylesheets/sass/elements/form.sass in bulma-rails-0.5.2 vs app/assets/stylesheets/sass/elements/form.sass in bulma-rails-0.5.3

- old
+ new

@@ -68,10 +68,12 @@ box-shadow: $input-shadow max-width: 100% width: 100% &[type="search"] border-radius: 290486px + &[readonly] + box-shadow: none // Colors @each $name, $pair in $colors $color: nth($pair, 1) &.is-#{$name} border-color: $color @@ -92,9 +94,17 @@ display: block width: 100% &.is-inline display: inline width: auto + +.input + &.is-static + background-color: transparent + border-color: transparent + box-shadow: none + padding-left: 0 + padding-right: 0 .textarea display: block max-width: 100% min-width: 100%