_pager.css
562 Bytes
@use postcss-crip;
@use postcss-short;
.pager {
/*font-size: 12px;*/
fz: 12px;
a {
/*height: 24px;*/
h: 24px;
/*padding: 0 9px;*/
p: 0 9px;
/*line-height: 24px;*/
lh: 24px;
/*display: inline-block;*/
d: inline-block;
/*text-align: center;*/
ta: center;
/*margin-right: 8px;*/
mr: 8px;
/*color: #222;*/
c: #222;
&.cur {
/*background-color: #222;
color: #fff;*/
c: #fff #222;
}
}
}