Commit 2fb4d78a authored by Paul Slaughter's avatar Paul Slaughter

Update empty state btn margin

**Why?**

Pajamas says so

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24764#note_285522493
parent ad890526
...@@ -325,11 +325,11 @@ ...@@ -325,11 +325,11 @@
} }
.btn { .btn {
margin: $btn-side-margin 5px; margin: $gl-padding-8 $gl-padding-4;
@include media-breakpoint-down(xs) { @include media-breakpoint-down(xs) {
width: 100%; width: 100%;
margin: $btn-side-margin 0; margin: $gl-padding-8 0;
} }
} }
} }
......
---
title: Update button margin of various empty states
merge_request: 24806
author:
type: other
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