ticket 16, 4, 18, 19, 20, 21, 22
Some checks failed
publish-main / release-image (push) Has been cancelled

This commit is contained in:
kuwsh1n
2024-07-03 16:26:24 +03:00
parent d25e54f73f
commit 0e1dc49f59
37 changed files with 708 additions and 217 deletions

View File

@ -32,7 +32,27 @@
padding: 0 1%;
}
&__file {
// margin-top: 10px;
display: none;
}
&__fileLabel {
margin-top: 10px;
border: 1px solid rgb(100, 100, 100);
background-color: rgb(240, 240, 240);
font-family: "Montserrat", sans-serif;
color: rgb(100, 100, 100);
cursor: pointer;
padding: 1%;
transition: 0.3s;
&:hover {
background-color: rgb(230, 230, 230);
transition: 0.3s;
}
}
&__listFile {
margin-left: 10px;
font-family: "Montserrat", sans-serif;
color: rgb(100, 100, 100);
}
}
&__comment {