Commit 2fd784a4 authored by Nathan Friend's avatar Nathan Friend

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).
parent 1e5c83f2
......@@ -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 {
......
......@@ -2,7 +2,6 @@
@extend .d-flex;
@extend .align-items-center;
padding-top: $gl-padding-top;
border-bottom: 1px solid $border-color;
.page-title {
......
---
title: Update `border-radius` of form controls and remove extra space above page titles
merge_request: 24497
author:
type: fixed
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