From cf83c5fcd003d0a06e58b1ac98120ea4eb441faa Mon Sep 17 00:00:00 2001 From: sachin Date: Wed, 10 Feb 2021 19:05:22 -0800 Subject: [PATCH 1/2] Commented two unused and empty css classes in index.sass file inside web directory. --- web/src/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/index.scss b/web/src/index.scss index cbabbdc..f807798 100644 --- a/web/src/index.scss +++ b/web/src/index.scss @@ -1936,8 +1936,8 @@ section { } .raven-check { margin: 14px 0px 14px 0px; - .last-checked { - } + // .last-checked { + // } .raven-check-type { margin: 7px 0px 7px 0px; .get { @@ -2094,8 +2094,8 @@ section { margin-left: 25px; border-radius: 10px; } - .raven-avatar-name { - } + // .raven-avatar-name { + // } } .raven-ace { From 19feba6ec15ff54249fe9ab3920d8ce86318ffd7 Mon Sep 17 00:00:00 2001 From: sachin Date: Wed, 10 Feb 2021 19:12:09 -0800 Subject: [PATCH 2/2] deleted two empty and unused css classes in web/src/index.sass --- web/src/index.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/src/index.scss b/web/src/index.scss index f807798..eca53ee 100644 --- a/web/src/index.scss +++ b/web/src/index.scss @@ -1936,8 +1936,6 @@ section { } .raven-check { margin: 14px 0px 14px 0px; - // .last-checked { - // } .raven-check-type { margin: 7px 0px 7px 0px; .get { @@ -2094,8 +2092,6 @@ section { margin-left: 25px; border-radius: 10px; } - // .raven-avatar-name { - // } } .raven-ace {