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

21 lines
293 B
SCSS

@charset "utf-8";
@import "variables";
.pagination {
float: right;
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;
}
}
}