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