summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/page_title.scss
diff options
context:
space:
mode:
authorNathan Friend <nfriend@gitlab.com>2019-02-14 13:26:17 -0400
committerNathan Friend <nfriend@gitlab.com>2019-02-14 13:26:17 -0400
commit2fd784a4c1cb991391399ac369bfb008db697380 (patch)
tree4fbf492b0e7ece277d1ab173291f9e6df2646a46 /app/assets/stylesheets/framework/page_title.scss
parent1e5c83f2c8756dbab16167063b68c30b8f3a1fd8 (diff)
downloadgitlab-ce-2fd784a4c1cb991391399ac369bfb008db697380.tar.gz
Update border radius of form controls and remove space above page titlesnfriend-css-updates-for-gitlab-design-system-compliance
This commit makes changes to global CSS styles to bring the product closer to compliance with Pajamas (the GitLab design system).
Diffstat (limited to 'app/assets/stylesheets/framework/page_title.scss')
-rw-r--r--app/assets/stylesheets/framework/page_title.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/page_title.scss b/app/assets/stylesheets/framework/page_title.scss
index e8302953a63..ad6575761b5 100644
--- a/app/assets/stylesheets/framework/page_title.scss
+++ b/app/assets/stylesheets/framework/page_title.scss
@@ -2,7 +2,6 @@
@extend .d-flex;
@extend .align-items-center;
- padding-top: $gl-padding-top;
border-bottom: 1px solid $border-color;
.page-title {