aboutsummaryrefslogblamecommitdiff
path: root/kamon-status/src/styles/main.scss
blob: 54e77dfb4d1d16608347ac1f5ac54b511977474d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                            

                  






                                                         



                 


















                            




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

.text-label {
  color: #b3b3b3;
}

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

.tag {
  display: inline-block;
  overflow-wrap: anywhere;
  background-color: #f4f4f4;
  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;
}