Commit 3b8d86e9 authored by Frédéric Caplette's avatar Frédéric Caplette

Merge branch 'mrincon/gitlab-ui-1637-move-gl-lg-w-25p-classes-to-gitlab-ui' into 'master'

Remove utilities .gl-lg-w-25p for gitlab-ui

See merge request gitlab-org/gitlab!78267
parents 55a4cc5a 5770cd4d
......@@ -298,13 +298,6 @@ $gl-line-height-42: px-to-rem(42px);
@include gl-focus($gl-border-size-1, $gray-900, true);
}
// Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1637
.gl-lg-w-25p {
@include gl-media-breakpoint-up(lg) {
width: 25%;
}
}
// Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2600
.gl-pr-10 {
padding-right: $gl-spacing-scale-10;
......
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