Commit 8c9f8afc authored by Vitaly Slobodin's avatar Vitaly Slobodin

Remove redundant padding from card-wrapper on billings page

parent 849bb029
...@@ -123,7 +123,6 @@ $badge-height: $gl-spacing-scale-7; ...@@ -123,7 +123,6 @@ $badge-height: $gl-spacing-scale-7;
.card-wrapper { .card-wrapper {
margin-bottom: $gutter-small; margin-bottom: $gutter-small;
padding-top: $badge-height;
width: calc(50% - #{$gutter-small} / 2); width: calc(50% - #{$gutter-small} / 2);
&-has-badge { &-has-badge {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
- if namespace_for_user - if namespace_for_user
= render_if_exists 'trials/banner', namespace: namespace = render_if_exists 'trials/banner', namespace: namespace
.billing-plan-header.content-block.center.gl-mb-5 .billing-plan-header.content-block.center.gl-mb-3
.billing-plan-logo .billing-plan-logo
- if namespace_for_user - if namespace_for_user
.avatar-container.s96.home-panel-avatar.gl-mr-3.float-none.mx-auto.mb-4.mt-1 .avatar-container.s96.home-panel-avatar.gl-mr-3.float-none.mx-auto.mb-4.mt-1
......
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