2016-02-12 23:52:43 +08:00
|
|
|
// Place all the styles related to the MyModules controller here.
|
|
|
|
// They will automatically be included in application.css.
|
|
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
|
|
|
|
/* Results index page */
|
|
|
|
|
|
|
|
#results {
|
|
|
|
margin-top: 20px;
|
2016-07-21 19:11:15 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-colorselector{
|
2016-12-02 16:33:09 +08:00
|
|
|
background-color: transparent;
|
2016-09-15 17:45:51 +08:00
|
|
|
}
|
|
|
|
|
2016-09-16 15:04:21 +08:00
|
|
|
.step-container .row {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2016-09-15 17:45:51 +08:00
|
|
|
}
|
2016-09-26 21:50:09 +08:00
|
|
|
|
|
|
|
.description-label {
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment {
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|