Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / assets / stylesheets / pipeline_instances.css.scss
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 // Place all the styles related to the PipelineInstances controller here.
6 // They will automatically be included in application.css.
7 // You can use Sass (SCSS) here: http://sass-lang.com/
8
9 .pipeline-compare-headrow div {
10     padding-top: .5em;
11     padding-bottom: .5em;
12 }
13 .pipeline-compare-headrow:first-child {
14     border-bottom: 1px solid black;
15 }
16 .pipeline-compare-row .notnormal {
17     background: #ffffaa;
18 }
19
20 .pipeline_color_legend {
21     margin-top: 0.2em;
22     padding: 0.2em 1em;
23     border: 1px solid #000;
24 }
25 .pipeline_color_legend a {
26     color: #000;
27 }
28
29 .col-md-1.pipeline-instance-spacing {
30   padding: 0px;
31   margin: 0px;
32 }
33
34 .col-md-3.pipeline-instance-spacing > .progress {
35   padding: 0px;
36   margin: 0px;
37 }