16 lines
236 B
Sass
16 lines
236 B
Sass
|
@use './variables' as *
|
||
|
|
||
|
.v-pagination
|
||
|
&__list
|
||
|
display: inline-flex
|
||
|
list-style-type: none
|
||
|
justify-content: center
|
||
|
width: 100%
|
||
|
|
||
|
&__item,
|
||
|
&__first,
|
||
|
&__prev,
|
||
|
&__next,
|
||
|
&__last
|
||
|
margin: $pagination-item-margin
|