Enhancement: Add background color to draggable blocks in the sidebar (#3778)

* add background

* update background color in contact info

Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
Sanju
2022-01-19 11:26:52 +05:30
committed by GitHub
parent 185f916b2a
commit 241e7d0c29
2 changed files with 12 additions and 0 deletions

View File

@@ -159,6 +159,12 @@ export default {
border-right: 1px solid var(--color-border); border-right: 1px solid var(--color-border);
} }
.list-group {
.list-group-item {
background-color: var(--white);
}
}
.close-button { .close-button {
position: absolute; position: absolute;
right: var(--space-normal); right: var(--space-normal);

View File

@@ -236,6 +236,12 @@ export default {
} }
} }
.list-group {
.list-group-item {
background-color: var(--white);
}
}
::v-deep { ::v-deep {
.contact--profile { .contact--profile {
padding-bottom: var(--space-slab); padding-bottom: var(--space-slab);