Merge pull request #5176 from scinote-eln/revert-5120-gc_SCI_8086

Revert "Archived experiments UI improvements [SCI-8086]"
This commit is contained in:
artoscinote 2023-03-22 10:24:16 +01:00 committed by GitHub
commit 13413a296b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -87,7 +87,7 @@
img { img {
border-radius: 4px; border-radius: 4px;
max-height: 70px; max-height: 76px;
} }
} }
} }
@ -482,8 +482,7 @@
.card.experiment-card { .card.experiment-card {
.workflow-img-wrapper { .workflow-img-wrapper {
align-items: center; align-items: center;
background-color: $color-concrete; background-color: $color-alto;
border: 1px solid $color-silver-chalice;
display: flex; display: flex;
justify-content: center; justify-content: center;
} }

View file

@ -17,7 +17,7 @@ module Experiments
splines: true, splines: true,
center: true, center: true,
pack: true, pack: true,
bgcolor: 'transparent' bgcolor: Constants::COLOR_CONCRETE
} }
@node_params = { @node_params = {
color: Constants::COLOR_VOLCANO, color: Constants::COLOR_VOLCANO,