685b6f2fa7
Co-authored-by: Andrew Grant <andrew.grant@mail.rit.edu>
48 lines
877 B
CSS
48 lines
877 B
CSS
.vc-st-modal-content input {
|
|
background-color: var(--input-background);
|
|
color: var(--text-normal);
|
|
width: 95%;
|
|
padding: 8px 8px 8px 12px;
|
|
margin: 1em 0;
|
|
outline: none;
|
|
border: 1px solid var(--input-background);
|
|
border-radius: 4px;
|
|
font-weight: 500;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
}
|
|
|
|
.vc-st-format-label,
|
|
.vc-st-format-label span {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.vc-st-modal-content [class|="select"] {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.vc-st-modal-content [class|="select"] span {
|
|
background-color: var(--input-background);
|
|
}
|
|
|
|
.vc-st-modal-header {
|
|
justify-content: space-between;
|
|
align-content: center;
|
|
}
|
|
|
|
.vc-st-modal-header h1 {
|
|
margin: 0;
|
|
}
|
|
|
|
.vc-st-modal-header button {
|
|
padding: 0;
|
|
}
|
|
|
|
.vc-st-preview-text {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.vc-st-button svg {
|
|
transform: scale(1.1) translateY(1px);
|
|
}
|