1
0
Fork 0
gaiety-life/src/assets/style/_pagination.scss
2020-03-09 22:30:49 -05:00

13 lines
155 B
SCSS

.pagination {
text-align: center;
margin: 1rem;
a {
padding: 1rem;
&.active {
color: white;
text-decoration: none;
}
}
}