src/client/src/modals/AppServiceModal/AppNameEditor/styles.module.css [40:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  margin-right: 0.2em;
}

.validationIcon path {
  fill: var(--vscode-gitDecoration-untrackedResourceForeground);
}

.spinner {
  animation: rotate steps(60) 1s infinite;
  height: 18px;
  width: 18px;
  height: 1em;
  margin-right: 2px;
}

.spinner path {
  stroke: var(--vscode-editor-foreground);
}

.errorMessage {
  height: 2.5em;
  background: var(--vscode-inputValidation-errorBackground);
  border: 1px solid var(--vscode-inputValidation-errorBorder);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  font-size: 90%;
  opacity: 0.5;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/client/src/modals/CosmosDbModal/AccountNameEditor/styles.module.css [40:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  margin-right: 0.2em;
}

.validationIcon path {
  fill: var(--vscode-gitDecoration-untrackedResourceForeground);
}

.spinner {
  animation: rotate steps(60) 1s infinite;
  height: 18px;
  width: 18px;
  height: 1em;
  margin-right: 2px;
}

.spinner path {
  stroke: var(--vscode-editor-foreground);
}

.errorMessage {
  height: 2.5em;
  background: var(--vscode-inputValidation-errorBackground);
  border: 1px solid var(--vscode-inputValidation-errorBorder);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  font-size: 90%;
  opacity: 0.5;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



