ticket 16, 4, 18, 19, 20, 21, 22
Some checks failed
publish-main / release-image (push) Has been cancelled
Some checks failed
publish-main / release-image (push) Has been cancelled
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user