Sha256: 7ac012cb4424bd2131170ec74acb7081e927cdb994a36e373c409ba7a0281d89

Contents?: true

Size: 603 Bytes

Versions: 1

Compression:

Stored size: 603 Bytes

Contents

.pagination
  align-items: center
  display: flex
  justify-content: center
  text-align: center
  a
    display: block
    min-width: 32px
    padding: 3px 8px
  span
    color: $text-light
    display: block
    margin: 0 4px
  li
    margin: 0 2px
  ul
    align-items: center
    display: flex
    flex-grow: 1
    justify-content: center
  // Responsiveness
  +mobile
    flex-wrap: wrap
    & > a
      width: calc(50% - 5px)
      &:not(:first-child)
        margin-left: 10px
    li
      flex-grow: 1
    ul
      margin-top: 10px
  +tablet
    & > a
      &:not(:first-child)
        order: 1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bulma-rails-0.1.2 app/assets/stylesheets/sass/components/pagination.sass