This commit is contained in:
2026-04-20 15:53:55 +02:00
parent d030b54b8a
commit 81116fb7e8
3 changed files with 73 additions and 5 deletions

View File

@@ -55,7 +55,10 @@ p {
}
&:hover {
border-color: rgb(238, 43, 140, 0.2) !important;
box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1),
box-shadow:
0 0 #0000,
0 0 #0000,
0 20px 25px -5px rgb(0 0 0 / 0.1),
0 8px 10px -6px rgb(0 0 0 / 0.1);
transform: translateY(-0.25rem);
@@ -95,7 +98,8 @@ p {
._btn-1 {
&:hover {
transform: scale(1.02);
box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
box-shadow:
0 20px 25px -5px rgb(0 0 0 / 0.1),
0 8px 10px -6px rgb(0 0 0 / 0.1);
}
}
@@ -198,7 +202,9 @@ p {
&.box-fixed {
background: #fff;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
box-shadow:
0 4px 6px -1px rgb(0 0 0 / 0.1),
0 2px 4px -2px rgb(0 0 0 / 0.1);
> .e-con-inner {
padding-top: 12px;
padding-bottom: 12px;
@@ -208,3 +214,65 @@ p {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
}
.single-post-card {
position: relative;
transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
&:hover {
transform: translateY(-0.25rem);
box-shadow:
0 10px 15px -3px rgb(0 0 0 / 0.1),
0 4px 6px -4px rgb(0 0 0 / 0.1);
.single-post-card-arrow {
transform: translateX(5px);
}
.elementor-widget-theme-post-title {
h2 {
color: rgb(238, 43, 140) !important;
}
}
.elementor-widget-theme-post-featured-image {
img {
transform: scale(1.05);
}
}
}
.single-post-card-link {
position: absolute;
inset: 0;
font-size: 0px !important;
line-height: 0 !important;
margin: 0;
padding: 0;
z-index: 1;
a {
position: absolute;
inset: 0;
}
}
.single-post-card-arrow {
transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.elementor-widget-theme-post-featured-image {
overflow: hidden;
img {
transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
}
.elementor-widget-theme-post-title {
h2 {
transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
}
}
#header-menu {
}