mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
19 lines
384 B
SCSS
19 lines
384 B
SCSS
// Place all the styles related to the Steps controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
#new_step,
|
|
.panel-step-attachment {
|
|
ul {
|
|
list-style: none;
|
|
|
|
li {
|
|
margin-bottom: 10px;
|
|
|
|
& > div > span.pull-left {
|
|
margin-top: 8px;
|
|
font-size: 1.2em;
|
|
}
|
|
}
|
|
}
|
|
}
|