aboutsummaryrefslogblamecommitdiff
path: root/kamon-status-page/src/main/vue/src/styles/main.scss
blob: 6c0c055175dde57c2da7fed9c56d99609aeb9810 (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;
}

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