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:
@@ -159,6 +159,12 @@ export default {
|
||||
border-right: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.list-group {
|
||||
.list-group-item {
|
||||
background-color: var(--white);
|
||||
}
|
||||
}
|
||||
|
||||
.close-button {
|
||||
position: absolute;
|
||||
right: var(--space-normal);
|
||||
|
||||
@@ -236,6 +236,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.list-group {
|
||||
.list-group-item {
|
||||
background-color: var(--white);
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep {
|
||||
.contact--profile {
|
||||
padding-bottom: var(--space-slab);
|
||||
|
||||
Reference in New Issue
Block a user