This commit is contained in:
Roman Pyrih
2026-05-26 15:43:25 +02:00
parent 0e6b931b84
commit f4eb901eda
12 changed files with 740 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
p {
&:last-child {
margin-bottom: 0;
}
}
.header-btn {
position: relative;
@@ -40,3 +46,58 @@
}
}
}
.box-tag {
position: relative;
display: inline-block;
padding: 3px 9px 3px 12px;
margin-bottom: 16px;
background: #ffffff;
&::before {
content: '';
position: absolute;
clip-path: polygon(25% 0%, 100% 0%, 100% 50%, 0% 100%);
background-color: #ffffff;
width: 35px;
height: 45px;
left: 26px;
top: 0;
transform: translateX(-100%);
z-index: 0;
}
&::after {
content: '';
position: absolute;
clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
background-color: #ffffff;
top: 0;
right: 10px;
bottom: 0;
transform: translateX(100%);
z-index: 0;
width: 15px;
}
.elementor-heading-title {
position: relative;
}
}
body.page-id-11 {
.hp-hero-box {
#hp-hero-3d {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.56;
> .elementor-widget-container {
height: auto;
width: 100%;
}
}
}
}