You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
805 B
47 lines
805 B
// Place all the styles related to the Questions controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
.question {
|
|
.question-text {
|
|
height: 3em;
|
|
}
|
|
|
|
.answers {
|
|
width: 100%;
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
.answer {
|
|
border-top: 1px solid #ccc;
|
|
|
|
.text {
|
|
width: 50%;
|
|
}
|
|
|
|
td {
|
|
line-height: 2em;
|
|
div {
|
|
margin: 0.25em 0;
|
|
height: 1.5em;
|
|
}
|
|
}
|
|
|
|
.bar0 {
|
|
background-color: red;
|
|
}
|
|
.bar1 {
|
|
background-color: orange;
|
|
}
|
|
.bar2 {
|
|
background-color: lightgreen;
|
|
}
|
|
.bar3 {
|
|
background-color: green;
|
|
}
|
|
.bar4 {
|
|
background-color: gray;
|
|
}
|
|
}
|
|
}
|
|
}
|