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>2020-08-20 21:42:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-20 21:42:06 +0300
commit6e4e1050d9dba2b7b2523fdd1768823ab85feef4 (patch)
tree78be5963ec075d80116a932011d695dd33910b4e /app/assets/stylesheets/pages/projects.scss
parent1ce776de4ae122aba3f349c02c17cebeaa8ecf07 (diff)
Add latest changes from gitlab-org/gitlab@13-3-stable-ee
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss35
1 files changed, 14 insertions, 21 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 438f6c2546e..d4d6583312c 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -143,8 +143,8 @@
.group-home-panel,
.project-home-panel {
- padding-top: $gl-padding;
- padding-bottom: $gl-padding;
+ margin-top: $gl-padding;
+ margin-bottom: $gl-padding;
.home-panel-avatar {
width: $home-panel-title-row-height;
@@ -159,7 +159,7 @@
font-weight: bold;
.icon {
- font-size: $gl-font-size-large;
+ vertical-align: -1px;
}
.home-panel-topic-list {
@@ -224,12 +224,6 @@
font-size: $gl-font-size-large;
}
}
-
- .notifications-btn {
- .fa-bell {
- margin-right: 0;
- }
- }
}
.nav > .project-buttons {
@@ -472,17 +466,9 @@
margin-right: auto;
}
- a {
- display: block;
- width: 100%;
- height: 100%;
- padding-top: $gl-padding;
- text-decoration: none;
-
- &.disabled {
- opacity: 0.3;
- cursor: not-allowed;
- }
+ a.disabled {
+ opacity: 0.3;
+ cursor: not-allowed;
}
}
@@ -839,7 +825,7 @@
}
.repository-language-bar-tooltip-share {
- color: $gray-400;
+ color: $gray-200;
}
pre.light-well {
@@ -1538,3 +1524,10 @@ pre.light-well {
}
}
}
+
+@include media-breakpoint-down(xs) {
+ .fork-filtered-search {
+ width: 100%;
+ margin: $gl-spacing-scale-2 0;
+ }
+}