2019-08-07 06:02:36 +01:00
|
|
|
.search-header {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&__text-container {
|
|
|
|
display: none;
|
|
|
|
padding: 25px 0;
|
|
|
|
background-color: lighten($ui-base-color, 6%);
|
|
|
|
|
|
|
|
@media (min-width:895px) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__title-text {
|
|
|
|
color: $primary-text-color;
|
|
|
|
padding-left: 20px;
|
|
|
|
max-width: 1200px;
|
2019-08-09 17:06:27 +01:00
|
|
|
|
|
|
|
@include text-sizing(27px, bold, 32px);
|
2019-08-12 21:48:46 +01:00
|
|
|
@include text-overflow(nowrap);
|
2019-08-09 17:06:27 +01:00
|
|
|
@include margin-center;
|
|
|
|
|
|
|
|
@media (min-width:895px) and (max-width:1190px) {
|
|
|
|
max-width: 900px;
|
|
|
|
}
|
2019-08-07 06:02:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&__type-filters-tabs {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 1200px;
|
2019-08-09 17:06:27 +01:00
|
|
|
|
|
|
|
@include margin-center;
|
2019-08-07 06:02:36 +01:00
|
|
|
|
|
|
|
@media screen and (max-width:895px) {
|
|
|
|
max-width: 580px;
|
|
|
|
}
|
|
|
|
|
2019-08-09 17:06:27 +01:00
|
|
|
@media (min-width:895px) and (max-width:1190px) {
|
2019-08-07 06:02:36 +01:00
|
|
|
max-width: 900px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|