add modal preview
This commit is contained in:
@ -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;
|
20
src/assets/styles/components/previewModal.module.scss
Normal file
20
src/assets/styles/components/previewModal.module.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -18,7 +18,7 @@
|
||||
&__listBtn {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 20%;
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user