This commit is contained in:
SBD
2023-11-30 13:43:07 +03:00
parent 006ff44858
commit 03ab2ae2cd
5 changed files with 56 additions and 27 deletions

View File

@@ -2817,4 +2817,31 @@
text-align: left;
top: 0;
left: 19px;
}
.btn_a_anchor{
border-radius: 10px;
background: #E6E6E6;
width: 20%;
height: 60px;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px;
color: rgba(39, 36, 36, 0.60);
margin-left: 5px;
display: block;
}
.btn_a_anchor.partners{
background: #FF613A;
color: #FFF;
}
.text_in_btn_a_anchor{
padding-top: 20px;
}
.anchor{
scroll-margin-top: 60px;
}