File: cockpit-components-modifications.css

package info (click to toggle)
cockpit 355-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 311,568 kB
  • sloc: javascript: 774,787; python: 40,655; ansic: 35,157; cpp: 11,141; sh: 3,512; makefile: 580; xml: 261
file content (24 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.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;
}