aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/system/styles.css
blob: 6c266bec8721541937f99927f82affa7f3870df5 (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.system-info-health-title {
  margin-top: 24px;
  margin-bottom: 16px;
}

.system-info-health-card {
  margin-bottom: 8px;
  transition: border-color 0.3s ease;
}

.system-info-health-card:not(.no-hover):hover {
  border-color: #4b9fd5;
}

.system-info-health-card:not(.no-hover):hover .system-info-health-card-title {
  color: #4b9fd5;
}

.system-info-health-card .boxed-group-header {
  cursor: pointer;
  padding-bottom: 15px;
}

.system-info-health-card .boxed-group-header > .alert {
  display: inline-block;
  margin-bottom: -6px;
  margin-top: -6px;
}

.system-info-health-card .boxed-group-inner {
  padding-top: 0;
}

.system-info-health-card-title {
  font-weight: bold;
}

.system-info-health-info {
  margin-top: -12px;
}

.system-info-health-info .status-indicator {
  position: relative;
  top: 8px;
}

.system-info-health-info .alert {
  display: inline-block;
}

.system-info-health-info.no-margin .status-indicator {
  margin: 0;
}

.system-info-section ~ .system-info-section {
  margin-top: 16px;
}

.system-info-section-item-name {
  width: 25vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

.system-upgrade-version {
  padding: 8px;
}

.system-upgrade-version ~ .system-upgrade-version {
  margin-top: 10px;
  padding-top: 18px;
  border-top: solid 1px #e6e6e6;
}

.system-upgrade-intermediate {
  padding: 6px 10px;
}