File: application.scss

package info (click to toggle)
cockpit 356-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 317,176 kB
  • sloc: javascript: 775,374; python: 41,133; ansic: 33,875; cpp: 11,141; sh: 3,534; makefile: 581; xml: 262
file content (42 lines) | stat: -rw-r--r-- 709 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
/* SPDX-License-Identifier: LGPL-2.1-or-later */
@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;
}