Sha256: 04632c0920cc0ff272e987fe7c253f57a59c5a0d8a8d430633eb8421793bdfd5

Contents?: true

Size: 896 Bytes

Versions: 1

Compression:

Stored size: 896 Bytes

Contents

.column
  overflow: hidden
  +mobile
    & + .column
      margin-top: $column-gap
  +tablet
    flex: 1
    & + .column
      margin-left: $column-gap
    &.is-double
      flex: 2
    &.is-triple
      flex: 3
    &.is-quadruple
      flex: 4
    &.is-half
      flex: none
      width: 50%
    &.is-third
      flex: none
      width: 33.3333%
    &.is-quarter
      flex: none
      width: 25%
    @for $i from 1 through 11
      &.is-#{$i}
        flex: none
        width: ($i / 12) * 100%

.columns
  &:not(:last-child)
    margin-bottom: $column-gap
  +tablet
    display: flex
  &.is-gapless
    & > .column + .column
      margin: 0
  &.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.8 app/assets/stylesheets/bulma/components/grid.sass