Skip to content

Commit

Permalink
fix: using variable for indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmch committed Oct 16, 2023
1 parent b672c2e commit 9baddfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sub-blocks/HubspotForm/HubspotForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ $block: '.#{$ns}hubspot-form';
p {
color: var(--g-color-text-primary);
@include text-body-2();
margin: 20px 0;
margin: $indentS 0;
}

a {
Expand Down Expand Up @@ -337,7 +337,7 @@ $block: '.#{$ns}hubspot-form';
overflow: visible;
box-sizing: border-box;
height: 44px;
padding: 0 20px;
padding: 0 $indentS;
border-radius: var(--g-border-radius-xl);
background-color: var(--g-color-base-brand);
color: var(--g-color-text-brand-contrast);
Expand Down

0 comments on commit 9baddfe

Please sign in to comment.