This commit is contained in:
2026-07-14 17:24:35 +03:00
parent fa31fef9cf
commit 910921fb85
2 changed files with 60 additions and 1 deletions
+33 -1
View File
@@ -50,6 +50,12 @@
height: 100%;
&:hover {
backdrop-filter: brightness(66%);
.service-item_link {
display:block;
}
p {
display:block;
}
}
.left-border {
@@ -64,20 +70,46 @@
size: 30px;
weight: 800;
}
padding-left:38px;
color:#fff;
}
&_title {
padding-left:38px;
color: #fff;
font: {
size: 24px;
weight: 600;
}
}
p {
color: #fff;
padding-left:38px;
padding-right:79px;
display:none;
}
&_link {
color: #fff;
display: none;
margin: 21px auto 39px 40px;
font: {
size: 20px;
}
&::before {
content: '';
display: inline-block;
width: 50px;
height: 18px;
margin-right: 23px;
background: {
image: url('../assets/long_arrow.svg');
size: contain;
repeat: no-repeat;
position: center;
}
}
}
}
}