Skip to content
Snippets Groups Projects
Select Git revision
  • as-if-foss/andrey-pass-ruby-version-qa-trigger
  • as-if-foss/ci-cd-a11y-label-fixes
  • as-if-foss/515291-reenqueue-delete-orphaned-groups
  • as-if-foss/use-other-constant
  • as-if-foss/system-notes-design-token-updates
  • as-if-foss/renovate/gitlab-uisvg
  • as-if-foss/498877-rm-fk
  • as-if-foss/sh-raise-token-encrypted-constraint
  • as-if-foss/fixup-import-project-team-service-spec
  • as-if-foss/nweinshenker/523299_explain_vuln_claude
  • as-if-foss/docs-update-links-in-code
  • as-if-foss/hly-fix-backend-autocomplete-filtering-rte
  • as-if-foss/add-codestral-for-chat-tools
  • as-if-foss/499873-radbatnag-refuse-to-delete-protected-tag
  • as-if-foss/freinink/519997-create-merge-request-approval-setting-model
  • as-if-foss/522911/aslota-move-status-widget-to-ee
  • as-if-foss/fix-self-hosted-models-check
  • as-if-foss/498396/aslota-fetch-allowed-statuses-from-widget-definitions
  • as-if-foss/id-require-irb-for-initializer
  • as-if-foss/da-rename-front-workspace-variables-type-field
  • v17.7.6 protected
  • v17.8.4 protected
  • v17.9.1 protected
  • v17.8.3 protected
  • v17.7.5 protected
  • v17.9.0 protected
  • v17.9.0-rc42 protected
  • v17.6.5 protected
  • v17.7.4 protected
  • v17.8.2 protected
  • v17.6.4 protected
  • v17.7.3 protected
  • v17.8.1 protected
  • v17.8.0 protected
  • v17.7.2 protected
  • v17.8.0-rc42 protected
  • v17.5.5 protected
  • v17.6.3 protected
  • v17.7.1 protected
  • v17.7.0 protected
40 results

zen.scss

Code owners
Assign users and groups as approvers for specific file changes. Learn more.
zen.scss 1013 B
.zen-backdrop {
  &.fullscreen {
    background-color: $white-light;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1031;

    textarea {
      border: none;
      box-shadow: none;
      border-radius: 0;
      color: $black;
      font-size: 20px;
      line-height: 26px;
      padding: 30px;
      display: block;
      outline: none;
      resize: none;
      height: 100vh;
      max-height: calc(100vh - 10px);
      max-width: 900px;
      margin: 0 auto 10px;
    }

    .zen-control-leave {
      display: block;
      position: absolute;
      top: 0;
    }
  }
}

.zen-control {
  padding: 0;
  color: $zen-control-color;
  background: none;
  border: 0;
}

.zen-control-full {
  color: $gl-text-color-secondary;

  &:hover {
    color: $gl-link-color;
    text-decoration: none;
  }
}

.zen-control-leave {
  display: none;
  color: $gl-text-color;
  position: absolute;
  right: 10px;
  padding: 5px;
  font-size: 36px;

  &:hover {
    color: $black;
  }
}