refactor: fixes extra spaces in index.scss
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user