mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 22:53:06 +08:00
Merge pull request #5176 from scinote-eln/revert-5120-gc_SCI_8086
Revert "Archived experiments UI improvements [SCI-8086]"
This commit is contained in:
commit
13413a296b
2 changed files with 3 additions and 4 deletions
|
@ -87,7 +87,7 @@
|
|||
|
||||
img {
|
||||
border-radius: 4px;
|
||||
max-height: 70px;
|
||||
max-height: 76px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -482,8 +482,7 @@
|
|||
.card.experiment-card {
|
||||
.workflow-img-wrapper {
|
||||
align-items: center;
|
||||
background-color: $color-concrete;
|
||||
border: 1px solid $color-silver-chalice;
|
||||
background-color: $color-alto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ module Experiments
|
|||
splines: true,
|
||||
center: true,
|
||||
pack: true,
|
||||
bgcolor: 'transparent'
|
||||
bgcolor: Constants::COLOR_CONCRETE
|
||||
}
|
||||
@node_params = {
|
||||
color: Constants::COLOR_VOLCANO,
|
||||
|
|
Loading…
Reference in a new issue