mirror of
https://github.com/jgthms/bulma.git
synced 2024-12-12 13:28:30 +00:00
9094eff30a
* Add package files whitelist * Add flex shrink * Add flex shrink * Add docs config * Fix flex shrink * Fix hero pages * Add docs folder
38 lines
643 B
Sass
38 lines
643 B
Sass
.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
|
|
flex-shrink: 0
|
|
justify-content: center
|
|
// Responsiveness
|
|
+mobile
|
|
flex-wrap: wrap
|
|
& > a
|
|
width: calc(50% - 5px)
|
|
&:not(:first-child)
|
|
margin-left: 10px
|
|
li
|
|
flex-grow: 1
|
|
flex-shrink: 0
|
|
ul
|
|
margin-top: 10px
|
|
+tablet
|
|
& > a
|
|
&:not(:first-child)
|
|
order: 1
|