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

21 lines
293 B
SCSS
Raw Normal View History

2021-04-19 03:12:30 +00:00
@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;
}
}
}