1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00
الملفات
postal/app/assets/stylesheets/application/components/_pagination.scss
2017-04-19 13:07:25 +01:00

27 أسطر
483 B
SCSS

nav.pagination {
font-size:12px;
text-align:center;
margin:25px 0;
span.page.current, a {
color:$blue;
display:inline-block;
line-height:1.3;
border:1px solid lighten($subBlue, 25%);
padding:3px 10px;
text-decoration:none;
border-radius:4px;
background:#fff;
margin:0 2px;
}
a:hover {
background-color:lighten(#ccc, 20%);
}
span.page.current {
background:$blue;
color:#fff;
border-color:darken($blue, 15%);
}
}