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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-18 12:45:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-18 12:45:46 +0300
commita7b3560714b4d9cc4ab32dffcd1f74a284b93580 (patch)
tree7452bd5c3545c2fa67a28aa013835fb4fa071baf /app/assets/stylesheets/pages/projects.scss
parentee9173579ae56a3dbfe5afe9f9410c65bb327ca7 (diff)
Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss162
1 files changed, 0 insertions, 162 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 6b4d7c2520c..ac3d4dad585 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -52,37 +52,6 @@
}
}
-// INFO Scoped to project_feature_setting and settings_panel components in app/assets/javascripts/pages/projects/shared/permissions/components
-.project-repo-select {
- transition: background 2s ease-out;
-
- &:disabled {
- opacity: 0.5;
- pointer-events: none;
- }
-
- .highlight-changes & {
- background: $highlight-changes-color;
- transition: none;
- }
-}
-
-// INFO Scoped to project_feature_setting and settings_panel components in app/assets/javascripts/pages/projects/shared/permissions/components
-.project-feature-controls {
- max-width: 432px;
-}
-
-// INFO Scoped to settings_panel component in app/assets/javascripts/pages/projects/shared/permissions/components
-.project-feature-setting-group {
- .project-feature-controls {
- max-width: 400px;
- }
-}
-
-.nav > .project-buttons {
- margin-top: 0;
-}
-
.save-project-loader {
margin-top: 50px;
margin-bottom: 50px;
@@ -317,121 +286,6 @@
}
}
-.project-stats,
-.project-buttons {
- .scrolling-tabs-container {
- .scrolling-tabs {
- margin-top: $gl-padding-8;
- margin-bottom: $gl-padding-8 - $browser-scrollbar-size;
- padding-bottom: $browser-scrollbar-size;
- flex-wrap: wrap;
- border-bottom: 0;
- }
-
- .fade-left,
- .fade-right {
- top: 0;
- height: calc(100% - #{$browser-scrollbar-size});
-
- svg {
- top: 50%;
- margin-top: -$gl-padding-8;
- }
- }
-
- .nav {
- flex-basis: 100%;
-
- + .nav {
- margin: $gl-padding-8 0;
- }
- }
-
- @include media-breakpoint-down(md) {
- flex-direction: column;
-
- .nav {
- flex-wrap: nowrap;
- }
-
- .nav:first-child {
- margin-right: $gl-padding-8;
- }
- }
- }
-
- .nav {
- > li {
- display: inline-block;
-
- &:not(:last-child) {
- margin-right: $gl-padding;
- }
-
- &.right {
- vertical-align: top;
- margin-top: 0;
-
- @include media-breakpoint-up(lg) {
- float: right;
- }
- }
- }
-
- .stat-text,
- .stat-link {
- padding: $gl-btn-vert-padding 0;
- background-color: transparent;
- font-size: $gl-font-size;
- line-height: $gl-btn-line-height;
- color: $gl-text-color-secondary;
- white-space: pre-wrap;
- }
-
- .stat-link {
- border-bottom: 0;
- color: $black;
-
- &:hover,
- &:focus {
- text-decoration: underline;
- border-bottom: 0;
- }
-
- .project-stat-value {
- color: $gl-text-color;
- }
-
- .icon {
- color: $gl-text-color-secondary;
- }
-
- .add-license-link {
- &,
- .icon {
- color: $blue-600;
- }
- }
- }
-
- .btn {
- margin-bottom: $gl-padding-8;
- padding: $gl-btn-vert-padding $gl-btn-padding;
- line-height: $gl-btn-line-height;
-
- .icon {
- top: 0;
- }
- }
- }
-}
-
-.project-buttons {
- .nav > li:not(:last-child) {
- margin-right: $gl-padding-8;
- }
-}
-
.repository-languages-bar {
height: 8px;
margin-bottom: $gl-padding-8;
@@ -460,22 +314,6 @@ pre.light-well {
border-color: $well-light-border;
}
-.git-empty {
- margin-bottom: 7px;
-
- h5 {
- color: $gl-text-color;
- }
-
- .light-well {
- border-radius: 2px;
-
- color: $well-light-text-color;
- font-size: 13px;
- line-height: 1.6em;
- }
-}
-
/*
* Projects list rendered on dashboard and user page
*/