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:
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss51
1 files changed, 8 insertions, 43 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index 7ac3ef2221f..96ca9fbcb43 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -6,15 +6,8 @@
.groups-list {
@include basic-list;
- display: flex;
- flex-direction: column;
- margin: 0;
li {
- .title {
- font-weight: 600;
- }
-
a {
text-decoration: none;
@@ -40,8 +33,8 @@
}
.save-group-loader {
- margin-top: $gl-padding-50;
- margin-bottom: $gl-padding-50;
+ margin-top: $gl-spacing-scale-9;
+ margin-bottom: $gl-spacing-scale-9;
color: $gray-700;
}
@@ -81,17 +74,13 @@ table.pipeline-project-metrics tr td {
}
.explore-groups.landing {
- .inner-content {
- padding: 0;
-
- p {
- margin: 7px 0 0;
- max-width: 480px;
- padding: 0 $gl-padding;
+ .inner-content p {
+ margin: 7px 0 0;
+ max-width: 480px;
+ padding: 0 $gl-padding;
- @include media-breakpoint-down(sm) {
- margin: 0 auto;
- }
+ @include media-breakpoint-down(sm) {
+ margin: 0 auto;
}
}
@@ -113,13 +102,6 @@ table.pipeline-project-metrics tr td {
}
.groups-list-tree-container {
- .has-no-search-results {
- text-align: center;
- padding: $gl-padding;
- font-style: italic;
- color: $well-light-text-color;
- }
-
> .group-list-tree > .group-row.has-children:first-child {
border-top: 0;
}
@@ -135,16 +117,6 @@ table.pipeline-project-metrics tr td {
}
}
- .folder-caret,
- .item-type-icon {
- display: inline-block;
- color: $gl-text-color-secondary;
- }
-
- .folder-caret {
- width: $gl-font-size-large;
- }
-
.item-type-icon {
margin-top: 2px;
width: 20px;
@@ -288,10 +260,3 @@ table.pipeline-project-metrics tr td {
}
}
}
-
-.js-groups-list-holder {
- .groups-list-loading {
- font-size: 34px;
- text-align: center;
- }
-}