aboutsummaryrefslogtreecommitdiff
path: root/kamon-status-page/src/main/vue/src/styles/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-status-page/src/main/vue/src/styles/main.scss')
-rw-r--r--kamon-status-page/src/main/vue/src/styles/main.scss49
1 files changed, 49 insertions, 0 deletions
diff --git a/kamon-status-page/src/main/vue/src/styles/main.scss b/kamon-status-page/src/main/vue/src/styles/main.scss
new file mode 100644
index 00000000..6c0c0551
--- /dev/null
+++ b/kamon-status-page/src/main/vue/src/styles/main.scss
@@ -0,0 +1,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;
+} \ No newline at end of file