mirror of
https://github.com/pcvolkmer/onco-analytics-monitor.git
synced 2025-04-19 19:16:52 +00:00
style: change style of data sources and jobs
This commit is contained in:
parent
5438992441
commit
cbdb8bd4c9
@ -56,8 +56,12 @@ tr > td:last-of-type {
|
|||||||
.step > .item {
|
.step > .item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 6em;
|
min-width: 6em;
|
||||||
padding: .4em .4em 2em;
|
padding: .4em;
|
||||||
border: 1px solid transparent;
|
|
||||||
|
background: white;
|
||||||
|
border-radius: .4em;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
box-shadow: 1px 1px 2px #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.step .item:has(.statistics) {
|
.step .item:has(.statistics) {
|
||||||
@ -78,10 +82,17 @@ tr > td:last-of-type {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.step:first-of-type:before, .step:last-of-type:after {
|
.step:first-of-type:before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.step:last-of-type:after {
|
||||||
|
background: linear-gradient(to right, #555 0, #555 50%, transparent 50%, transparent 100%) repeat-x;
|
||||||
|
background-size: 8px;
|
||||||
|
|
||||||
|
width: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.step .logo {
|
.step .logo {
|
||||||
display: block;
|
display: block;
|
||||||
width: 3em;
|
width: 3em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user