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:
parent
185f916b2a
commit
241e7d0c29
@ -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);
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user