src/client/src/modals/AppServiceModal/styles.module.css [2:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.body {
  padding-right: 20px;
  max-height: calc(80vh - 200px);
  overflow-y: auto;
  margin-bottom: 1.5em;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hide {
  display: none;
}

.advancedModeIcon {
  height: 13px;
  margin-left: 10px;
  margin-bottom: -2px;
}

.rotateAdvancedModeIcon {
  transform: rotate(180deg);
}

.advancedModeIcon path {
  fill: var(--vscode-editor-foreground);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/client/src/modals/CosmosDbModal/styles.module.css [2:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.body {
  padding-right: 20px;
  max-height: calc(80vh - 200px);
  overflow-y: auto;
  margin-bottom: 1.5em;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hide {
  display: none;
}

.advancedModeIcon {
  height: 13px;
  margin-left: 10px;
  margin-bottom: -2px;
}

.rotateAdvancedModeIcon {
  transform: rotate(180deg);
}

.advancedModeIcon path {
  fill: var(--vscode-editor-foreground);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



