File: cockpit-components-modifications.css

package info (click to toggle)
cockpit-machines 348-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 281,568 kB
  • sloc: javascript: 708,409; python: 14,549; cpp: 11,141; sh: 954; makefile: 159; xml: 88
file content (25 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* SPDX-License-Identifier: LGPL-2.1-or-later */
.automation-script-modal pre {
  max-block-size: 20em;
  margin-block-end: 5px;
}

.automation-script-modal span.fa {
  margin-inline-end: 5px;
}

.automation-script-modal i.fa {
  margin-inline: 5px 2px;
}

.automation-script-modal textarea {
  min-block-size: 15rem;
}

.automation-script-modal .ansible-docs-link > svg {
  padding-inline-end: var(--pf-t--global--spacer--xs);
}

.pf-v6-c-card.modifications-table .pf-v6-c-card__header {
  justify-content: space-between;
}