refactor: fixes extra spaces in index.scss

This commit is contained in:
ayeshoali
2023-06-15 12:37:15 +05:00
parent 4e718f85de
commit 30e6eed60d

View File

@@ -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 {