From e421e1835f33d7a3c02b3024b7ef68a2bd3958c4 Mon Sep 17 00:00:00 2001 From: "akhilesh.sooji" Date: Wed, 24 Jan 2024 16:11:14 +0530 Subject: [PATCH] Calendar Graph - edits --- src/components/HeartbeatBar.vue | 40 --------------------------------- 1 file changed, 40 deletions(-) diff --git a/src/components/HeartbeatBar.vue b/src/components/HeartbeatBar.vue index 7c550a96b..33c7a090d 100644 --- a/src/components/HeartbeatBar.vue +++ b/src/components/HeartbeatBar.vue @@ -1,24 +1,8 @@ @@ -398,28 +382,4 @@ export default { } } -.dark { - .hp-bar-big .beat.empty { - background-color: #848484; - } -} - -.word { - color: #aaa; - font-size: 12px; -} - -.connecting-line { - flex-grow: 1; - height: 1px; - background-color: #ededed; - margin-left: 10px; - margin-right: 10px; - margin-top: 2px; - - .dark & { - background-color: #333; - } -} -