Commit c55c86d5 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'cngo-fix-border-radius-base' into 'master'

Fix $border-radius-base SCSS value

See merge request gitlab-org/gitlab!35740
parents ad7bd7c4 be016a84
......@@ -6,7 +6,7 @@ $brand-info: $blue-500;
$brand-warning: $orange-500;
$brand-danger: $red-500;
$border-radius-base: 3px !default;
$border-radius-base: $gl-border-radius-base;
$modal-body-bg: $white;
$input-border: $border-color;
......
---
title: Fix border-radius-base SCSS value
merge_request: 35740
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