This commit is contained in:
Roman Pyrih
2025-08-19 12:50:08 +02:00
parent c44dcbb154
commit 28321496e7
3 changed files with 171 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -923,3 +923,172 @@ div[id='widget197684168'] {
}
}
}
div#widget197687178 {
section.iframe {
> .section {
.section-header {
display: none;
}
}
}
}
div {
&#widget197464262,
&#widget197464283,
&#widget197464288,
&#widget197464305,
&#widget197464310,
&#widget197464315 {
display: none;
}
}
div#widget197687371 {
h4 {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
margin: 50px 0 20px;
img {
width: 100%;
max-width: 150px;
}
}
}
div#widget197464176 {
.promo-box {
margin-bottom: 0;
}
}
div#widget197687138 {
> section {
width: 100svw;
transform: translateX(-50%);
margin-left: 50%;
}
.section-content {
padding-left: 0;
padding-right: 0;
ul {
display: flex;
flex-direction: row;
padding: 0;
margin: 0;
list-style: none;
li {
position: relative;
height: 250px;
flex-basis: 20%;
overflow: hidden;
&::before {
content: '';
position: absolute;
inset: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
transition: all 300ms linear;
}
&:nth-child(1) {
&::before {
background-image: url('https://vcdn.merlinx.eu/image//getbyid/513195');
}
}
&:nth-child(2) {
&::before {
background-image: url('https://vcdn.merlinx.eu/image//getbyid/513196');
}
}
&:nth-child(3) {
&::before {
background-image: url('https://vcdn.merlinx.eu/image//getbyid/513197');
}
}
&:nth-child(4) {
&::before {
background-image: url('https://vcdn.merlinx.eu/image//getbyid/513198');
}
}
&:nth-child(5) {
&::before {
background-image: url('https://vcdn.merlinx.eu/image//getbyid/513199');
}
}
&:hover {
&::before {
transform: scale(1.2);
filter: brightness(0.7);
transition: all 4s linear;
}
}
a {
display: block;
position: absolute;
inset: 0;
z-index: 10;
span {
position: absolute;
bottom: 0%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-family: $fPoppins;
font-weight: 300;
font-size: 16px;
width: 100%;
text-align: center;
background: rgba(0, 0, 0, 0.65);
padding: 10px;
}
}
}
}
}
}
div#widget197687470 {
.section-content {
img {
display: block;
margin: 20px auto 30px;
width: 100%;
max-width: fit-content;
}
.c-box-head {
min-height: 46px;
line-height: 31px;
outline: none;
padding: 7.5px 15px;
white-space: nowrap;
background: #0085ed;
border-radius: 5px;
margin-bottom: 20px;
p {
color: #fff;
font-size: 20px;
font-weight: 300;
font-family: $fPoppins;
margin: 0;
}
}
.col-md-4 {
margin-bottom: 30px;
}
}
}