mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 00:23:01 +08:00
17 lines
No EOL
354 B
SCSS
17 lines
No EOL
354 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/
|
|
|
|
.description-label {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
/* Results index page */
|
|
|
|
#results {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.btn-colorselector{
|
|
background-color: transparent !important;
|
|
} |