66 lines
1.2 KiB
SCSS
66 lines
1.2 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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#input_field_holder,
|
||
|
#preview_field_holder{
|
||
|
width: 100% !important;
|
||
|
width: 300px !important;
|
||
|
float: none;
|
||
|
|
||
|
box-sizing: border-box;
|
||
|
margin: 0 !important;
|
||
|
padding: 10px 0 !important;
|
||
|
}
|
||
|
}
|