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-04-14 15:09:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-14 15:09:31 +0300
commit9769ccf613ec45634ee32efaf1c39763a759a917 (patch)
treea48a3a73458978a2e9cfe0a0e1b4ace4c7c9da53 /app/assets/stylesheets
parent66f492cea7772633bfb6e0cb1352d90d10a67008 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/header.scss2
-rw-r--r--app/assets/stylesheets/startup/startup-dark.scss2
-rw-r--r--app/assets/stylesheets/startup/startup-general.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 084a0aa70f2..f44123fc2ed 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -52,7 +52,7 @@
white-space: nowrap;
img {
- height: 28px;
+ height: 24px;
+ .logo-text {
margin-left: 8px;
diff --git a/app/assets/stylesheets/startup/startup-dark.scss b/app/assets/stylesheets/startup/startup-dark.scss
index 00d516e6779..2796748f022 100644
--- a/app/assets/stylesheets/startup/startup-dark.scss
+++ b/app/assets/stylesheets/startup/startup-dark.scss
@@ -808,7 +808,7 @@ input {
white-space: nowrap;
}
.navbar-gitlab .header-content .title img {
- height: 28px;
+ height: 24px;
}
.navbar-gitlab .header-content .title img + .logo-text {
margin-left: 8px;
diff --git a/app/assets/stylesheets/startup/startup-general.scss b/app/assets/stylesheets/startup/startup-general.scss
index 271a4dfffc9..8106f603813 100644
--- a/app/assets/stylesheets/startup/startup-general.scss
+++ b/app/assets/stylesheets/startup/startup-general.scss
@@ -794,7 +794,7 @@ input {
white-space: nowrap;
}
.navbar-gitlab .header-content .title img {
- height: 28px;
+ height: 24px;
}
.navbar-gitlab .header-content .title img + .logo-text {
margin-left: 8px;