Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 11:46:16 +02:00
parent 70383e9cb4
commit fd87720555
3 changed files with 50 additions and 2 deletions

View File

@@ -69,6 +69,23 @@ p {
padding-bottom: 20px;
}
}
.elementor-nav-menu--main {
ul.elementor-nav-menu {
li.menu-item-936 {
a {
color: rgb(247, 245, 241);
padding: 10px 20px;
border: 1px solid #d40924;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
&:hover {
background-color: #d40924;
}
}
}
}
}
}
.hp-big-tile {
@@ -227,3 +244,34 @@ body .price-table {
}
}
}
.post-items--item {
&:hover {
.post-items--item-image {
img {
transform: scale(1.05);
}
}
.elementor-heading-title {
a {
color: #d40924;
}
}
}
.post-items--item-image {
position: relative;
overflow: hidden;
img {
transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1);
}
}
.elementor-heading-title {
a {
transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1);
}
}
}