Files
awx/awx/ui/client/legacy/styles/survey-maker.less
gconsidine c57c17546e Update UI build system
* Faster build times
* Smaller bundle sizes
* Adjust paths
* Cleanup npm dependencies
* Remove unneded Grunt tasks
2017-09-07 18:09:14 -04:00

93 lines
1.4 KiB
Plaintext

/*********************************************
* Copyright (c) 2015 Ansible, Inc.
*
* survey-maker.css
*
* custom styles for the survey maker
*
*/
/**
* #survey_maker_question_area{
* border: 1px solid;
* border-color: rgb(204,204,204);
* border-radius: 4px;
* padding: 15px;
* }
*/
.question_form{
border: 1px solid;
border-color: rgb(204,204,204);
border-radius: 4px;
padding: 5px;
margin-bottom: 15px;
height: 500px;
}
.survey_maker_question{
border: 1px solid;
border-color: rgb(204,204,204);
border-radius: 4px;
margin-bottom: 10px;
}
.question_final{
border-top: 1px dashed;
border-color: rgb(204,204,204);
border-radius: 4px;
padding: 5px;
position: relative;
.survey-maker-password{
margin-left: 30px;
}
.final{
margin-left: 15px;
margin-top: 5px;
}
.question_title{
opacity: 0.7;
}
.description{
opacity: 0.7;
margin-left: 15px;
}
.input_area{
opacity: 0.7;
}
.mc{
margin-left: 18px;
margin-right: 7px;
}
}
.question_actions{
opacity: 1.0;
}
#new_question{
margin-top: 5px;
}
#add_question_btn{
margin-top: 15px;
margin-bottom: 15px;
}
.survey_taker_input{
.mc{
margin-left: 18px;
margin-right: 7px;
}
}
.survey_taker_description{
margin-bottom:10px
}