survey/app/assets/stylesheets/survey.css.scss

30 lines
624 B
SCSS

// Place all the styles related to the survey controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.select_trigger,.question_type_wrapper,.custom_option_div{
display: inline-flex;
align-items: center;
padding-left: 1em;
flex-wrap: wrap;
label.radio {
margin: 0 0.2em;
}
}
.level1_wrapper{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.type-selector{
padding-right: 1em;
}
label.checkbox{
margin: 0;
}
.custom_option_div {
padding-left: 0px;
margin-top: 2em;
label.checkbox {
padding-right: 1em;
}
}