Save
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.header-btn {
|
||||
position: relative;
|
||||
}
|
||||
@@ -32,4 +36,52 @@
|
||||
.header-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.box-tag {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 3px 9px 3px 12px;
|
||||
margin-bottom: 16px;
|
||||
background: #ffffff;
|
||||
}
|
||||
.box-tag::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;
|
||||
}
|
||||
.box-tag::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;
|
||||
}
|
||||
.box-tag .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;
|
||||
}
|
||||
body.page-id-11 .hp-hero-box #hp-hero-3d > .elementor-widget-container {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}/*# sourceMappingURL=custom.css.map */
|
||||
Reference in New Issue
Block a user