Sha256: 712d9375aed37e79697a58b293602ab965d1e908951e8c2231e5da32123f0de0
Contents?: true
Size: 1.93 KB
Versions: 1
Compression:
Stored size: 1.93 KB
Contents
.column flex: 1 padding: 10px .columns.is-mobile > &.is-half flex: none width: 50% .columns.is-mobile > &.is-third flex: none width: 33.3333% .columns.is-mobile > &.is-quarter flex: none width: 25% @for $i from 1 through 11 .columns.is-mobile > &.is-#{$i}-mobile flex: none width: ($i / 12) * 100% +mobile &.is-half-mobile flex: none width: 50% &.is-third-mobile flex: none width: 33.3333% &.is-quarter-mobile flex: none width: 25% @for $i from 1 through 11 &.is-#{$i}-mobile flex: none width: ($i / 12) * 100% +tablet &.is-half, &.is-half-tablet flex: none width: 50% &.is-third, &.is-third-tablet flex: none width: 33.3333% &.is-quarter, &.is-quarter-tablet flex: none width: 25% @for $i from 1 through 11 &.is-#{$i}, &.is-#{$i}-tablet flex: none width: ($i / 12) * 100% +desktop &.is-half-desktop flex: none width: 50% &.is-third-desktop flex: none width: 33.3333% &.is-quarter-desktop flex: none width: 25% @for $i from 1 through 11 &.is-#{$i}-desktop flex: none width: ($i / 12) * 100% .columns margin-left: -10px margin-right: -10px margin-top: -10px &:last-child margin-bottom: -10px &:not(:last-child) margin-bottom: 10px &.is-mobile display: flex +tablet &:not(.is-desktop) display: flex +desktop &.is-desktop display: flex &.is-gapless &:not(:last-child) margin: 0 0 20px & > .column margin: 0 padding: 0 &.is-multiline flex-wrap: wrap &.is-vcentered align-items: center &.is-grid +tablet flex-wrap: wrap & > .column flex-basis: 33.3333% max-width: 33.3333% padding: 10px width: 33.3333% & + .column margin-left: 0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bulma-rails-0.0.12 | app/assets/stylesheets/bulma/components/grid.sass |