misuzu/assets/less/mio/classes/news/pagination.less

45 lines
801 B
Text
Raw Normal View History

2018-04-16 00:33:54 +00:00
.news__pagination {
border: 1px solid #9475b2;
list-style: none;
display: flex;
padding: 1px;
&__separator {
flex-grow: 1;
flex-shrink: 1;
}
2018-04-16 00:33:54 +00:00
&__option {
background: #9475b2;
height: 20px;
width: 20px;
&:not(:last-child){
margin-right: 1px;
}
2018-04-16 00:33:54 +00:00
@media (max-width: @mio-news-mobile) {
height: 30px;
width: 30px;
font-size: 1.5em;
line-height: 1.5em;
}
}
&__link {
display: block;
width: 100%;
height: 100%;
text-align: center;
text-decoration: none;
color: #306;
&--prev,
&--next,
&--active,
&:hover {
font-weight: bold;
}
}
}