mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
28 lines
507 B
SCSS
28 lines
507 B
SCSS
// 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;
|
|
}
|
|
|
|
.btn-colorselector{
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.step-container .row {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.description-label {
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.comment {
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
}
|