This commit is contained in:
Roman Pyrih
2025-08-12 12:10:06 +02:00
parent 5fb9a23d1f
commit 20ee667968
8 changed files with 1333 additions and 1 deletions

View File

@@ -525,4 +525,45 @@
}
.contact-cards > div:nth-child(2n) {
background: #f1f1f1;
}
#header-contact .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon {
padding: 7px;
border: 1px solid black;
border-radius: 100%;
}
#header-contact .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon svg {
margin: 0;
}
#icon-box > .e-con-inner .elementor-widget-icon-box {
position: relative;
}
#icon-box > .e-con-inner .elementor-widget-icon-box:not(:last-child)::after {
content: "";
position: absolute;
top: 0;
right: -30px;
bottom: 0;
background: #f1eff0;
width: 1px;
height: 100%;
}
#newsletter-box .elementor-form-fields-wrapper .elementor-field-type-acceptance {
order: 10;
font-size: 14px;
}
#newsletter-box .elementor-form-fields-wrapper .elementor-field-type-acceptance .elementor-field-option {
display: flex;
flex-direction: row;
-moz-column-gap: 8px;
column-gap: 8px;
align-items: flex-start;
}
#newsletter-box .elementor-form-fields-wrapper .elementor-field-type-acceptance .elementor-field-option input {
margin-top: 3px;
}
#newsletter-box .elementor-form-fields-wrapper .elementor-field-type-acceptance .elementor-field-option label {
line-height: 1.3;
}/*# sourceMappingURL=custom.css.map */