@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; } .playbook-project-div { display: flex; width: 100%; } #namespace-name { width:95%; display:inline-block; } .checkbox-div { display: flex; /* Use flexbox */ flex-direction: column; /* Arrange child elements vertically */ margin-top: 5px; margin-bottom: 8px; width: 100%; } #vscode-logs-label { padding: 0; align-self: flex-start; margin-left: 5px; } #log-text-area { width: 650px; height: 156px; resize: vertical; } .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); } .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; } #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-div { display: none; 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; } .log-to-file-container { border: 0.2px solid var(--vscode-editorWidget-border); border-color: var(--focus-border);; padding: 8px; border-width: 0.5px; flex-direction: column; } vscode-divider { width: 100%; } .disabled-content { opacity: 0.4; pointer-events: none; }