|
|
@ -222,7 +222,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.dropdown--active::after {
|
|
|
|
.dropdown--active::after {
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
|
@media screen and (min-width: 631px) {
|
|
|
|
content: "";
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
@ -1474,7 +1474,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
@media screen and (max-width: 630px) {
|
|
|
|
.column,
|
|
|
|
.column,
|
|
|
|
.drawer {
|
|
|
|
.drawer {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
@ -1491,7 +1491,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
|
@media screen and (min-width: 631px) {
|
|
|
|
.columns-area {
|
|
|
|
.columns-area {
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1605,7 +1605,7 @@
|
|
|
|
&:hover,
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
&:active {
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
|
@media screen and (min-width: 631px) {
|
|
|
|
background: lighten($ui-base-color, 14%);
|
|
|
|
background: lighten($ui-base-color, 14%);
|
|
|
|
transition: all 100ms linear;
|
|
|
|
transition: all 100ms linear;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1625,7 +1625,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1025px) {
|
|
|
|
@media screen and (min-width: 631px) {
|
|
|
|
.tabs-bar {
|
|
|
|
.tabs-bar {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -4037,7 +4037,7 @@ noscript {
|
|
|
|
100% { opacity: 1; }
|
|
|
|
100% { opacity: 1; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) and (max-height: 400px) {
|
|
|
|
@media screen and (max-width: 630px) and (max-height: 400px) {
|
|
|
|
$duration: 400ms;
|
|
|
|
$duration: 400ms;
|
|
|
|
$delay: 100ms;
|
|
|
|
$delay: 100ms;
|
|
|
|
|
|
|
|
|
|
|
|