Merge branch '12462-search-periods'
[arvados.git] / apps / workbench / app / assets / stylesheets / pipeline_instances.css.scss
index 16d1879d61e9e6aca82273ee0c7ee2afdf00b5c9..135685c27c6fc5fd9e2d3b6438f3dba6e8d2a3db 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 // Place all the styles related to the PipelineInstances controller here.
 // They will automatically be included in application.css.
 // You can use Sass (SCSS) here: http://sass-lang.com/
 .pipeline_color_legend a {
     color: #000;
 }
+
+.col-md-1.pipeline-instance-spacing {
+  padding: 0px;
+  margin: 0px;
+}
+
+.col-md-3.pipeline-instance-spacing > .progress {
+  padding: 0px;
+  margin: 0px;
+}
\ No newline at end of file