@import url(../baseStyles/baseFormStyle.css); .container { display: flex; flex-direction: column; font-size: 1em; } .element { margin-bottom: 14px; } vscode-textfield { margin-bottom: 6px; width: 100%; } vscode-textarea { margin-top: 6px; margin-bottom: 6px; } vscode-form-group { width: 100%; margin: 0; } .name-div { display: flex; flex-direction: row; justify-content: space-between; margin-top: 18px; margin-bottom: 20px; width: 100%; } #name { width:49%; display:inline-block; } .type-div { display: flex; /* Use flexbox */ flex-direction: row; /* Arrange child elements vertically */ margin-top: 12px; margin-bottom: 30px; width: 100%; } .checkbox-div { display: flex; /* Use flexbox */ flex-direction: column; /* Arrange child elements vertically */ margin-top: 22px; margin-bottom: 10px; width: 100%; } .verbose-div { display: flex; /* Use flexbox */ flex-direction: row; /* Arrange child elements vertically */ margin-top: 12px; margin-bottom: 30px; width: 100%; } vscode-single-select { width: 200px; } .full-collection-path { display: flex; /* Use flexbox */ flex-direction: row; /* Arrange child elements vertically */ color: var(--vscode-descriptionForeground); } .required-fields { margin-top: 10px; color: var(--vscode-descriptionForeground); } .group-buttons { display: flex; /* Use flexbox */ flex-direction: row; /* Arrange child elements vertically */ } .p-collection-name { font-style: italic; } vscode-button { margin: 0px 3px; } vscode-checkbox i { color: var(--vscode-descriptionForeground); font-size: small; } vscode-divider { width: 100%; } #log-text-area { width: 650px; height: 156px; resize: vertical; } #vscode-logs-label { padding: 0; align-self: flex-start; margin-top: 12px; } #ade-docs-link { margin-left: 30px; font-style: italic; } .dropdown-container { box-sizing: border-box; display: flex; flex-flow: column nowrap; align-items: flex-start; justify-content: flex-start; } .dropdown-container label { display: block; color: var(--vscode-foreground); cursor: pointer; font-size: var(--vscode-font-size); line-height: normal; margin-bottom: 2px; } .disabled-content { opacity: 0.4; pointer-events: none; }