Merge remote-tracking branch 'origin/develop' into next
This commit is contained in:
commit
44db23e39f
|
@ -101,7 +101,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
background: var(--foreground-color);
|
background: var(--foreground-color);
|
||||||
|
|
||||||
@media (min-width: 895px) {
|
@media (min-width: 896px) {
|
||||||
height: 74px;
|
height: 74px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -165,7 +165,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
@media (min-width: 895px) and (max-width: 1190px) {
|
@media (min-width: 896px) and (max-width: 1190px) {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
padding-left: 300px;
|
padding-left: 300px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
@media screen and (max-width: 375px) {
|
@media screen and (max-width: 375px) {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 895px) {
|
@media screen and (min-width: 896px) {
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1 1;
|
flex: 1 1;
|
||||||
|
|
||||||
@media (min-width: 895px) {
|
@media (min-width: 896px) {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
padding: 25px 0;
|
padding: 25px 0;
|
||||||
background-color: var(--accent-color--med);
|
background-color: var(--accent-color--med);
|
||||||
|
|
||||||
@media (min-width: 895px) {
|
@media (min-width: 896px) {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 895px) and (max-width: 1190px) {
|
@media (min-width: 896px) and (max-width: 1190px) {
|
||||||
&__title-text,
|
&__title-text,
|
||||||
&__type-filters-tabs {
|
&__type-filters-tabs {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
@media (min-width: 895px) {
|
@media (min-width: 896px) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--search {
|
&--search {
|
||||||
@media (min-width: 895px) {
|
@media (min-width: 896px) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-with-counter__counter {
|
.icon-with-counter__counter {
|
||||||
@media screen and (min-width: 895px) {
|
@media screen and (min-width: 896px) {
|
||||||
left: 5px;
|
left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,6 @@ body.demetricator {
|
||||||
|
|
||||||
.account__header__bar {
|
.account__header__bar {
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
@media (min-width: 895px) { height: 50px; }
|
@media (min-width: 896px) { height: 50px; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -339,7 +339,7 @@
|
||||||
z-index: 105;
|
z-index: 105;
|
||||||
background: var(--foreground-color);
|
background: var(--foreground-color);
|
||||||
|
|
||||||
@media (min-width: 895px) {
|
@media (min-width: 896px) {
|
||||||
top: -290px;
|
top: -290px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue