/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.ci-yaml-wizard-view .ci-editor-header {
  justify-content: space-between;
  padding: 0 32px; }

.ci-yaml-wizard-view .ci-editor-action-button {
  margin-left: 8px; }

.ci-yaml-wizard-view .ci-editor-action-buttons {
  display: flex;
  white-space: nowrap; }
  .ci-yaml-wizard-view .ci-editor-action-buttons .loading-indicator {
    padding: 7px 13px; }
  .ci-yaml-wizard-view .ci-editor-action-buttons .bolt-button.icon-only {
    padding: 8px; }

.ci-yaml-wizard-view .ci-editor-error {
  margin: 0 32px 16px 32px;
  flex-shrink: 0; }
