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