This commit is contained in:
Roman Pyrih
2026-04-14 16:01:21 +02:00
parent e7885c97e5
commit 0d1de6c85c
3 changed files with 13 additions and 8 deletions

View File

@@ -55,10 +55,7 @@ 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);
@@ -98,8 +95,16 @@ 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);
}
}
.icon-box-1 {
.elementor-icon-box-icon {
line-height: 0;
padding: 10px;
border-radius: 0.75rem;
background: rgba(238, 43, 140, 0.1);
}
}