File: cockpit-components-modifications.css

package info (click to toggle)
cockpit-podman 67-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,520 kB
  • sloc: javascript: 13,262; python: 6,107; sh: 579; makefile: 146; xml: 16
file content (29 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (3)
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
26
27
28
29
.automation-script-modal pre {
  max-height: 20em;
  margin-bottom: 5px;
}

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

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

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

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

.green-icon {
  color: var(--pf-global--success-color--100);
}

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