Save
This commit is contained in:
@@ -58,6 +58,14 @@ input[id^=eael-tabs-filter-type-]:checked::after {
|
||||
.eael-tabs-nav.eael-tabs-nav-custom .tabs-category-name {
|
||||
grid-area: tabs-name;
|
||||
}
|
||||
@media (max-width: 1000px) {
|
||||
.eael-tabs-nav.eael-tabs-nav-custom .tabs-category-name {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.eael-tabs-nav.eael-tabs-nav-custom .tabs-category-name br {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.eael-tabs-nav.eael-tabs-nav-custom ul[role=tablist] {
|
||||
grid-area: tabs-list;
|
||||
flex: 1;
|
||||
@@ -109,6 +117,12 @@ input[id^=eael-tabs-filter-type-]:checked::after {
|
||||
transform: translateY(calc(-50% - 5px)) translateX(-5px) rotate(90deg);
|
||||
}
|
||||
}
|
||||
@media (max-width: 1000px) {
|
||||
.eael-tabs-nav.eael-tabs-nav-custom {
|
||||
grid-template-areas: "tabs-name" "tabs-list" "tabs-toggle";
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
.eael-tabs-nav > ul {
|
||||
display: grid !important;
|
||||
grid-template-columns: repeat(auto-fit, 194px);
|
||||
@@ -195,6 +209,11 @@ input[id^=eael-tabs-filter-type-]:checked::after {
|
||||
width: 2px;
|
||||
background: #000;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.quality-box .quality-item .elementor-icon-box-wrapper .elementor-icon-box-content:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.numeric-list ol {
|
||||
padding: 0;
|
||||
@@ -240,10 +259,29 @@ input[id^=eael-tabs-filter-type-]:checked::after {
|
||||
.home-nasze-produkty .premium-carousel-wrapper .premium-carousel-inner .carousel-arrow.carousel-next {
|
||||
right: 50px;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.home-nasze-produkty .premium-carousel-wrapper .premium-carousel-inner .carousel-arrow.carousel-next {
|
||||
right: auto;
|
||||
left: calc(50% + 70px);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
.home-nasze-produkty .premium-carousel-wrapper .premium-carousel-inner .carousel-arrow.carousel-prev {
|
||||
right: 130px;
|
||||
left: auto;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.home-nasze-produkty .premium-carousel-wrapper .premium-carousel-inner .carousel-arrow.carousel-prev {
|
||||
right: auto;
|
||||
left: calc(50% - 70px);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.home-nasze-produkty .premium-carousel-wrapper .premium-carousel-inner .carousel-arrow {
|
||||
top: -50px;
|
||||
}
|
||||
}
|
||||
|
||||
.home-gallery .elementor-widget-container .swiper .elementor-swiper-button {
|
||||
top: -92px;
|
||||
@@ -253,9 +291,28 @@ input[id^=eael-tabs-filter-type-]:checked::after {
|
||||
right: 130px;
|
||||
left: auto;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.home-gallery .elementor-widget-container .swiper .elementor-swiper-button.elementor-swiper-button-prev {
|
||||
right: auto;
|
||||
left: calc(50% - 70px);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
.home-gallery .elementor-widget-container .swiper .elementor-swiper-button.elementor-swiper-button-next {
|
||||
right: 50px;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.home-gallery .elementor-widget-container .swiper .elementor-swiper-button.elementor-swiper-button-next {
|
||||
right: auto;
|
||||
left: calc(50% + 70px);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
.home-gallery .elementor-widget-container .swiper .elementor-swiper-button {
|
||||
top: -50px;
|
||||
}
|
||||
}
|
||||
|
||||
.home-numbers-1 {
|
||||
position: relative;
|
||||
@@ -962,4 +1019,21 @@ header.active {
|
||||
}
|
||||
#scroller-rows > .e-con-inner::-webkit-scrollbar-thumb:hover {
|
||||
background: #afafaf;
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
#page-hero-baner h1 {
|
||||
font-size: 50px;
|
||||
}
|
||||
#page-hero-baner h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
#page-hero-baner h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
#page-hero-baner h2 {
|
||||
font-size: 22px;
|
||||
}
|
||||
}/*# sourceMappingURL=custom.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -68,6 +68,14 @@ input[id^='eael-tabs-filter-type-'] {
|
||||
|
||||
.tabs-category-name {
|
||||
grid-area: tabs-name;
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
margin-bottom: 40px;
|
||||
|
||||
br {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul[role='tablist'] {
|
||||
@@ -129,6 +137,14 @@ input[id^='eael-tabs-filter-type-'] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
grid-template-areas:
|
||||
'tabs-name'
|
||||
'tabs-list'
|
||||
'tabs-toggle';
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
> ul {
|
||||
@@ -223,6 +239,12 @@ input[id^='eael-tabs-filter-type-'] {
|
||||
width: 2px;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
&:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -281,10 +303,26 @@ input[id^='eael-tabs-filter-type-'] {
|
||||
|
||||
&.carousel-next {
|
||||
right: 50px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
right: auto;
|
||||
left: calc(50% + 70px);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
&.carousel-prev {
|
||||
right: 130px;
|
||||
left: auto;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
right: auto;
|
||||
left: calc(50% - 70px);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
top: -50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -300,9 +338,25 @@ input[id^='eael-tabs-filter-type-'] {
|
||||
left: auto;
|
||||
right: 130px;
|
||||
left: auto;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
right: auto;
|
||||
left: calc(50% - 70px);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
&.elementor-swiper-button-next {
|
||||
right: 50px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
right: auto;
|
||||
left: calc(50% + 70px);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
top: -50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1191,6 +1245,24 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
#page-hero-baner {
|
||||
@media (max-width: 1024px) {
|
||||
h1 {
|
||||
font-size: 50px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 576px) {
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
}
|
||||
// body {
|
||||
// .elementor-location-single {
|
||||
// div[data-elementor-type='wp-page'] {
|
||||
|
||||
Reference in New Issue
Block a user