Commit 3c2a06d2 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'ek-fix-profile-links-default-size' into 'master'

Fix profile links default size [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!63297
parents ed370829 2f6ef640
......@@ -239,7 +239,7 @@
max-width: 500px;
margin-top: $dropdown-vertical-offset;
margin-bottom: 24px;
font-size: 14px;
font-size: 0.875rem;
font-weight: $gl-font-weight-normal;
padding: 8px 0;
background-color: $white;
......
......@@ -546,7 +546,7 @@ body {
max-width: 500px;
margin-top: 4px;
margin-bottom: 24px;
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
padding: 8px 0;
background-color: #333;
......
......@@ -531,7 +531,7 @@ body {
max-width: 500px;
margin-top: 4px;
margin-bottom: 24px;
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
padding: 8px 0;
background-color: #fff;
......
......@@ -546,7 +546,7 @@ body {
max-width: 500px;
margin-top: 4px;
margin-bottom: 24px;
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
padding: 8px 0;
background-color: #333;
......
......@@ -531,7 +531,7 @@ body {
max-width: 500px;
margin-top: 4px;
margin-bottom: 24px;
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
padding: 8px 0;
background-color: #fff;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment