File: application.scss

package info (click to toggle)
cockpit 337-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 36,232 kB
  • sloc: javascript: 47,090; python: 38,766; ansic: 35,470; xml: 6,048; sh: 3,413; makefile: 614
file content (45 lines) | stat: -rw-r--r-- 765 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
42
43
44
45
@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;
}

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

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

.app-list .pf-v6-c-data-list__item-content {
  /* Vertically align application info to the center */
  align-items: center;
}

.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;
}