Welcome to mirror list, hosted at ThFree Co, Russian Federation.

projects_edit.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a8b4ffcdd7c38d2b5591cf4df88ea0104d1d962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@import 'page_bundles/mixins_and_variables_and_functions';

.project-repo-select {
  transition: background 2s ease-out;

  &:disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .highlight-changes & {
    background: var(--green-50, $highlight-changes-color);
    transition: none;
  }
}

.project-feature-controls {
  max-width: 432px;
}

.project-feature-setting-group {
  .project-feature-controls {
    max-width: 400px;
  }
}