Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / assets / stylesheets / pipeline_templates.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 PipelineTemplates 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_color_legend {
10     padding-left: 1em;
11     padding-right: 1em;
12 }
13
14 table.pipeline-components-table {
15   width: 100%;
16   table-layout: fixed;
17   overflow: hidden;
18 }
19
20 table.pipeline-components-table thead th {
21   text-align: bottom;
22 }
23 table.pipeline-components-table div.progress {
24   margin-bottom: 0;
25 }
26
27 table.pipeline-components-table td {
28   overflow: hidden;
29   text-overflow: ellipsis;
30 }
31
32 td.required {
33   background: #ffdddd;
34 }