@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; } vscode-divider { width: 100%; } #vscode-logs-label { padding: 0; align-self: flex-start; margin-left: 5px; } #log-text-area { width: 100%; max-width: 100%; height: 156px; resize: vertical; } .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%; } .full-collection-name { display: flex; /* Use flexbox */ flex-direction: row; /* Arrange child elements vertically */ color: var(--vscode-descriptionForeground); } .group-buttons { display: flex; /* Use flexbox */ flex-direction: row; /* Arrange child elements vertically */ } vscode-button { margin: 0px 3px; } vscode-checkbox i { color: var(--vscode-descriptionForeground); font-size: small; } vscode-single-select { width: 200px; } #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; } .log-to-file-options { display: flex; width: 100%; flex-direction: column; border-style: dotted; border-color: var(--focus-border); border-width: 0.5px; padding: 8px; } .log-level-div { margin: 4px 0px; }