108 lines
2.1 KiB
SCSS
108 lines
2.1 KiB
SCSS
|
|
#new_anketa_div{
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
min-height: auto;
|
|
width: 100%;
|
|
|
|
|
|
#left_menu,
|
|
#right_content{
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
#right_content{
|
|
box-sizing: border-box;
|
|
|
|
margin: 20px 0 0 0;
|
|
padding: 0;
|
|
|
|
.setting{
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.survey_title_text_holder{
|
|
flex-direction: column !important;
|
|
}
|
|
|
|
select{
|
|
width: 100% !important;
|
|
margin: 0;
|
|
}
|
|
input{
|
|
width: 100% !important;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.survey_type_holder{
|
|
flex-direction: column !important;
|
|
|
|
label{
|
|
margin-bottom: 15px;
|
|
|
|
> div{
|
|
box-sizing: border-box;
|
|
padding: 10px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.fieldset{
|
|
line-height: 24px;
|
|
|
|
input[type="file"]{
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
#input_field_holder,
|
|
#preview_field_holder{
|
|
width: 100% !important;
|
|
float: none;
|
|
|
|
box-sizing: border-box;
|
|
margin: 0 !important;
|
|
padding: 10px 0 !important;
|
|
}
|
|
.from_text_instructions{
|
|
line-height: 20px !important;
|
|
}
|
|
|
|
.fieldset.noSurvey_template{
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.template{
|
|
align-self: center;
|
|
width: auto !important;
|
|
|
|
.template_preview {
|
|
margin-right: 10px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
#left_menu ul.template_type_menu{
|
|
display: none;
|
|
}
|
|
select.template_type_menu{
|
|
display: block !important;
|
|
|
|
height: 40px;
|
|
width: 100%;
|
|
padding: 2px 5px;
|
|
margin-bottom: 40px !important;
|
|
|
|
font-size: 15px !important;
|
|
|
|
border: 1px solid #c8e3f8 !important;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
}
|