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:
aignatov-bio 2022-07-13 12:42:22 +02:00 committed by GitHub
commit b84e77210f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -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;
}

View file

@ -76,6 +76,7 @@
.protocol-content {
.protocol-name {
font-size: 1.7em;
font-weight: bold;
margin-bottom: 32px;
margin-top: 28px;
}

View file

@ -11,7 +11,6 @@
border-color: $color-white;
border-radius: 3px;
float: left;
padding: 3px;
width: 100%;
&:hover {