Files
celek.pagedev.pl/wp-content/themes/hello-elementor/assets/css/custom.scss
Roman Pyrih a5c0d35cc6 Save
2025-11-05 15:57:25 +01:00

80 lines
1.1 KiB
SCSS

.tile-img {
.elementor-widget-heading {
position: absolute;
bottom: 40px;
padding: 0 50px 0 50px;
width: 100%;
}
}
.why-icon {
width: 125px !important;
min-width: 125px !important;
height: 125px !important;
}
#services-tiles {
.services-tile {
position: sticky;
top: 30px;
background: #fff;
&-1 {
}
&-2 {
@media (min-width: 768px) {
.services-tile-grid {
grid-template-areas: 'i1 i2' 'i3 i2';
> div {
&:nth-child(1) {
grid-area: i1;
}
&:nth-child(2) {
grid-area: i2;
}
&:nth-child(3) {
grid-area: i3;
}
}
}
}
@media (max-width: 767px) {
display: none;
}
}
&-3 {
}
.services-tile-grid {
}
}
}
#header-row-box {
> .e-con-inner {
@media (max-width: 500px) {
flex-direction: column !important;
> div {
&:nth-child(2) {
order: 3;
}
}
}
}
}
#header-menu {
.elementor-nav-menu--dropdown {
ul.elementor-nav-menu {
padding-bottom: 20px;
li.menu-item {
a.elementor-item {
text-align: center;
justify-content: center;
}
}
}
}
}