TRI-283: edit some code

This commit is contained in:
2024-11-27 14:41:38 +03:00
parent 7062c756b6
commit 2d44edf5ab
11 changed files with 8 additions and 163 deletions

View File

@@ -27,11 +27,13 @@
}
&.left {
transform: translateX(-180px);
transform: scale(0);
opacity: 0;
}
&.right {
transform: translateX(180px);
opacity: 0;
transform: scale(0);
.title {
margin-bottom: 17px;