This commit is contained in:
2026-05-25 15:54:24 +02:00
parent 64f5e06629
commit 0e6b931b84
5 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
.header-btn {
position: relative;
}
.header-btn::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -13px;
width: 14px;
clip-path: polygon(75% 0%, 100% 0%, 100% 100%, 0% 100%);
background-color: #090303;
}
.header-btn::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -13px;
width: 14px;
clip-path: polygon(0% 0%, 100% 0%, 25% 100%, 0% 100%);
background-color: #090303;
}
.header-btn .elementor-button {
padding: 12px 17px 10px 24px;
}
.header-btn .elementor-button .elementor-button-content-wrapper {
line-height: 1;
align-items: center;
gap: 8px;
}
.header-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
width: 16px;
height: 16px;
}/*# sourceMappingURL=custom.css.map */