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

11 lines
145 B
SCSS
Raw Normal View History

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