add modal preview

This commit is contained in:
kuwsh1n
2024-02-26 20:00:45 +03:00
parent 5ceaac5e3d
commit b18c49628f
14 changed files with 149 additions and 20 deletions

View File

@ -50,6 +50,31 @@
padding: 0 1%;
}
}
&__answerOptions {
margin-top: 5%;
&__title {
display: block;
font-size: 15px;
font-family: "Montserrat", sans-serif;
}
&__list{
margin: 5px 0;
&__answer {
display: block;
margin-top: 4px;
font-size: 12px;
font-family: "Montserrat", sans-serif;
}
}
&__text {
display: block;
font-family: "Montserrat", sans-serif;
border: 1px solid rgb(200, 200, 200);
width: 100%;
padding: 0 1%;
margin-bottom: 10px;
}
}
&__mandatory {
margin-top: 5%;
display: flex;

View File

@ -0,0 +1,20 @@
.myModal {
&__dialog {
&__content {
// padding: 2%;
&__header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 2%;
h5 {
font-size: 17px;
}
i {
cursor: pointer;
font-size: 17px;
}
}
}
}
}

View File

@ -18,7 +18,7 @@
&__listBtn {
display: flex;
justify-content: space-between;
width: 20%;
width: 30%;
}
}