Update border radius of form controls and remove space above page titles

This commit makes changes to global CSS styles to bring the
product closer to compliance with Pajamas (the GitLab design system).
This commit is contained in:
Nathan Friend 2019-02-14 13:26:17 -04:00
parent 1e5c83f2c8
commit 2fd784a4c1
No known key found for this signature in database
GPG Key ID: 3D430247AEED8395
3 changed files with 6 additions and 2 deletions

View File

@ -128,7 +128,7 @@ label {
.form-control {
@include box-shadow(none);
border-radius: 2px;
border-radius: $border-radius-default;
padding: $gl-vert-padding $gl-input-padding;
&.input-short {

View File

@ -2,7 +2,6 @@
@extend .d-flex;
@extend .align-items-center;
padding-top: $gl-padding-top;
border-bottom: 1px solid $border-color;
.page-title {

View File

@ -0,0 +1,5 @@
---
title: Update `border-radius` of form controls and remove extra space above page titles
merge_request: 24497
author:
type: fixed