2020-12-11 17:53:40 +01:00
|
|
|
.page__header {
|
2020-12-09 03:30:03 +01:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2020-12-19 20:00:05 +01:00
|
|
|
.page__title {
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2020-12-11 17:53:40 +01:00
|
|
|
.page__title, .page__pagination {
|
2020-12-09 03:30:03 +01:00
|
|
|
flex-shrink: 0;
|
2020-12-19 20:00:05 +01:00
|
|
|
|
|
|
|
display: block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
max-width: 100%;
|
2020-12-09 03:30:03 +01:00
|
|
|
}
|
|
|
|
|
2020-12-10 07:22:44 +01:00
|
|
|
.pagination__dropdown {
|
|
|
|
min-width: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $min_px_width_for_desktop_thumb) {
|
2020-12-11 17:53:40 +01:00
|
|
|
.page__title, .page__options {
|
2020-12-09 03:30:03 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-12-11 17:53:40 +01:00
|
|
|
.page__header, .page__pagination, .page__info {
|
2020-12-09 03:30:03 +01:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-12-11 17:53:40 +01:00
|
|
|
.page__pagination nav {
|
2020-12-09 03:30:03 +01:00
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
a, span {
|
|
|
|
text-align: center;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
padding: 0 1vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|