27 lines
417 B
CSS
27 lines
417 B
CSS
.vc-uvs-button>div {
|
|
white-space: normal !important;
|
|
}
|
|
|
|
.vc-uvs-button {
|
|
width: 100%;
|
|
margin: auto;
|
|
height: unset;
|
|
}
|
|
|
|
.vc-uvs-header {
|
|
color: var(--header-primary);
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.vc-uvs-modal-margin {
|
|
margin: 0 12px;
|
|
}
|
|
|
|
.vc-uvs-modal-margin div {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.vc-uvs-popout-margin-self>[class^="section"] {
|
|
padding-top: 0;
|
|
padding-bottom: 12px;
|
|
}
|