From 4ce838b1af6257625b27ea38d55947912cba00c9 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Fri, 8 Feb 2019 02:43:44 +0100 Subject: group metric series together in the same item, expand to see individual series --- kamon-status/src/styles/main.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'kamon-status/src/styles/main.scss') diff --git a/kamon-status/src/styles/main.scss b/kamon-status/src/styles/main.scss index 54e77dfb..6c0c0551 100644 --- a/kamon-status/src/styles/main.scss +++ b/kamon-status/src/styles/main.scss @@ -11,7 +11,13 @@ h1, h2, h3 { font-weight: 300; } +hr { + margin: 0px; + border-color: #f3f3f3; +} + .text-label { + font-size: 16px; color: #b3b3b3; } @@ -22,7 +28,7 @@ h1, h2, h3 { .tag { display: inline-block; overflow-wrap: anywhere; - background-color: #f4f4f4; + background-color: #f5f5f5; margin: 0.3rem; padding: 0.1rem 0.5rem; border-radius: 0.2rem; @@ -36,4 +42,8 @@ h1, h2, h3 { a, a:hover, a:active { color: inherit; text-decoration: none; +} + +.c-pointer { + cursor: pointer; } \ No newline at end of file -- cgit v1.2.3