This commit is contained in:
SBD
2023-12-02 14:09:44 +03:00
parent b2cc7aa0e8
commit bbf5e2b21c
4 changed files with 19 additions and 2 deletions

View File

@@ -97,7 +97,7 @@
background: #10212B;
width: 320px;
position: fixed;
top: 40px;
top: 50px;
right: 0;
z-index: 101;
transition: 200ms;
@@ -128,6 +128,7 @@
}
.block_overlay.show{
display: block;
background: rgba(16, 33, 43, 0.70);
}
.curtain_txt_float{
float: right;
@@ -173,6 +174,10 @@
color: #000000;
padding-bottom: 15px;
border-bottom: 1px solid #D1D1D1;
text-transform: uppercase;
}
.line_go_to_sections .orange{
color: #FB6952;
}
.description_txt{
display: block;
@@ -214,6 +219,8 @@
}
.img_go_to_section{
width: 8px;
position: relative;
top: 1.6px;
}
.description_sections_buttons{
display: block;