add checkbox by answer

This commit is contained in:
kuwsh1n
2024-02-26 00:54:28 +03:00
parent d469d7d690
commit 5ceaac5e3d
3 changed files with 27 additions and 1 deletions

View File

@ -50,6 +50,20 @@
padding: 0 1%;
}
}
&__mandatory {
margin-top: 5%;
display: flex;
align-items: center;
&__title {
display: block;
font-size: 15px;
font-family: "Montserrat", sans-serif
}
&__choice {
display: block;
margin-left: 10px;
}
}
&__time {
margin-top: 5%;
span {