asiaH8/assets/stylesheets/template/base/_pagination.scss

20 lines
314 B
SCSS

@charset "utf-8";
@import "variables";
.pagination {
li {
a {
font-size: 0.8125rem;
margin: 0 0.2em;
/* color: $theme-color-main; */
}
}
.active {
a {
/* background-color: $theme-color-main; */
/* border-color: $theme-color-main; */
}
}
}