File: application.scss

package info (click to toggle)
cockpit 354-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308,956 kB
  • sloc: javascript: 775,606; python: 40,351; ansic: 35,655; cpp: 11,117; sh: 3,511; makefile: 580; xml: 261
file content (41 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
40
41
@use "page";
@use "../../node_modules/@patternfly/patternfly/utilities/Text/text.css";

/* Application list */

.app-list img {
  inline-size: 32px;
  block-size: 32px;
  max-inline-size: unset;
  margin-block: -4px;
}

.app-list .progress-title {
  margin-inline-end: 10px;
}

.app-list .pf-v6-c-data-list__item-action button {
  min-inline-size: 6rem;
}

.progress-bar {
  min-inline-size: 12rem;
  inline-size: 20%;
  overflow: hidden;
}

/* Application */

.application-details img {
  inline-size: 32px;
  block-size: 32px;
}

.application-details .progress-title {
  float: inline-start;
  margin-inline-end: 10px;
}

.app-screenshot {
  margin: 10px;
}