Commit d822a30a authored by Phil Hughes's avatar Phil Hughes

Merge branch '350778-update-usage-of-newly-created-gitlab-ui-css-utilities' into 'master'

Update usage of newly created gitlab-ui CSS utilities

See merge request gitlab-org/gitlab!78922
parents 5e6b9a7d 6d866cf3
...@@ -247,30 +247,6 @@ $gl-line-height-42: px-to-rem(42px); ...@@ -247,30 +247,6 @@ $gl-line-height-42: px-to-rem(42px);
max-width: 50%; max-width: 50%;
} }
// Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1490
.gl-w-grid-size-28 {
width: $grid-size * 28;
}
// Will be removed after https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2347 is merged
.gl-min-w-8 {
min-width: $gl-spacing-scale-8;
}
// Will be removed after https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2347 is merged
.gl-min-w-10 {
min-width: $gl-spacing-scale-10;
}
// Will both be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1526
.gl-opacity-6 {
opacity: 0.6;
}
.gl-opacity-7 {
opacity: 0.7;
}
/** /**
Note: ::-webkit-scrollbar is a non-standard rule only Note: ::-webkit-scrollbar is a non-standard rule only
supported by webkit browsers. supported by webkit browsers.
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
- e.try do - e.try do
.col-lg-6.gl-display-none.gl-lg-display-flex.gl-flex-direction-column.gl-align-items-center.gl-justify-content-start .col-lg-6.gl-display-none.gl-lg-display-flex.gl-flex-direction-column.gl-align-items-center.gl-justify-content-start
.gl-w-grid-size-28 .gl-w-28
= render 'reassurances' = render 'reassurances'
.col-md-6.offset-md-3.offset-lg-0 .col-md-6.offset-md-3.offset-lg-0
%h2.gl-lg-display-none.gl-mb-3.gl-mt-0.gl-text-gray-800 %h2.gl-lg-display-none.gl-mb-3.gl-mt-0.gl-text-gray-800
......
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