mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Merge pull request #4237 from aignatov-bio/ai-sci-6932-protocol-section-css-fixes
Fix protocol elements alignments [SCI-6932]
This commit is contained in:
commit
b84e77210f
3 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
.task-protocol {
|
||||
.protocol-step-actions {
|
||||
margin-left: -6px;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.protocol-buttons-group {
|
||||
|
@ -56,7 +57,11 @@
|
|||
}
|
||||
.protocol-description {
|
||||
margin-bottom: 2em;
|
||||
padding-left: 1em;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
.protocol-steps {
|
||||
padding-left: .75em;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
.protocol-content {
|
||||
.protocol-name {
|
||||
font-size: 1.7em;
|
||||
font-weight: bold;
|
||||
margin-bottom: 32px;
|
||||
margin-top: 28px;
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
border-color: $color-white;
|
||||
border-radius: 3px;
|
||||
float: left;
|
||||
padding: 3px;
|
||||
width: 100%;
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Reference in a new issue