aboutsummaryrefslogtreecommitdiff
path: root/kamon-status-page/src/main/vue/src/styles/main.scss
blob: 6c0c055175dde57c2da7fed9c56d99609aeb9810 (plain) (blame)
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
body {
  background-color: #f7f7f7;
  font-size: 14px;
  color: #929292;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  font-weight: 300;
}

hr {
  margin: 0px;
  border-color: #f3f3f3;
}

.text-label {
  font-size: 16px;
  color: #b3b3b3;
}

.tag-container {
  margin: 0rem -0.3rem;
}

.tag {
  display: inline-block;
  overflow-wrap: anywhere;
  background-color: #f5f5f5;
  margin: 0.3rem;
  padding: 0.1rem 0.5rem;
  border-radius: 0.2rem;
}

.tag-value {
  overflow-wrap: anywhere;
  color: #676767;
}

a, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

.c-pointer {
  cursor: pointer;
}