13 lines
155 B
SCSS
13 lines
155 B
SCSS
.pagination {
|
|
text-align: center;
|
|
margin: 1rem;
|
|
|
|
a {
|
|
padding: 1rem;
|
|
|
|
&.active {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|