feat: added faq

This commit is contained in:
Aliaksei Karzhou
2024-07-03 14:40:41 +03:00
parent 90709707fc
commit 5799ef038b
7 changed files with 419 additions and 0 deletions

View File

@@ -147,6 +147,11 @@
border-radius: 8px 30px;
background-color: $white;
@include tablet {
max-height: calc(100vh - 80px);
padding: 20px;
}
&::before {
content: '';
position: absolute;
@@ -158,6 +163,13 @@
height: 28px;
background: url(../img/icons/close.svg) center no-repeat;
cursor: pointer;
@include tablet {
top: -34px;
left: 50%;
right: auto;
transform: translateX(-50%);
}
}
}
@@ -166,6 +178,10 @@
padding-right: 4px;
overflow: auto;
@include tablet {
max-height: calc(100vh - 120px);
}
&::-webkit-scrollbar {
width: 4px;
}