10 lines
145 B
SCSS
10 lines
145 B
SCSS
@import "constants";
|
|
|
|
.pagination {
|
|
text-align: center;
|
|
margin-bottom: 3 * $default-spacer;
|
|
|
|
> span {
|
|
margin: 0 $default-spacer;
|
|
}
|
|
}
|