demarches-normaliennes/app/assets/stylesheets/pagination.scss

11 lines
145 B
SCSS
Raw Normal View History

2024-11-05 19:02:31 +01:00
@import 'constants';
2017-09-21 17:07:38 +02:00
.pagination {
text-align: center;
margin-bottom: 3 * $default-spacer;
> span {
margin: 0 $default-spacer;
}
}