From 30e6eed60d4deafbd014580b74022c54e07d72bb Mon Sep 17 00:00:00 2001 From: ayeshoali Date: Thu, 15 Jun 2023 12:37:15 +0500 Subject: [PATCH] refactor: fixes extra spaces in index.scss --- src/index.scss | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/index.scss b/src/index.scss index e30b11d..1e1eeca 100644 --- a/src/index.scss +++ b/src/index.scss @@ -123,12 +123,10 @@ $white: #fff; } .content { - b { color: #00262B !important; font-weight: 500 !important; } - } .font-size-18 { @@ -147,6 +145,7 @@ $white: #fff; padding-top: 10px; padding-bottom: 10px; } + .pb-10px { padding-bottom: 10px; } @@ -225,7 +224,6 @@ $white: #fff; min-height: 6px !important; min-width: 6px !important; } - } .dropdown-item { @@ -234,8 +232,11 @@ $white: #fff; } .notification-content { - .notification-item-content { + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + text-overflow: ellipsis; p { margin-bottom: 0px; @@ -244,11 +245,6 @@ $white: #fff; b { color: #00262B; } - - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - text-overflow: ellipsis; } .unread {