diff --git a/docs/app/shared/components/download-form/download-form.component.scss b/docs/app/shared/components/download-form/download-form.component.scss index 8f5f85d5..7eac4976 100644 --- a/docs/app/shared/components/download-form/download-form.component.scss +++ b/docs/app/shared/components/download-form/download-form.component.scss @@ -25,7 +25,7 @@ padding: 0; } - ::ng-deep .hs-custom-form .btn { + ::ng-deep .hs-custom-form .hs-submit-btn { margin-top: 2rem; } } diff --git a/docs/app/shared/components/premium-form/premium-form.component.scss b/docs/app/shared/components/premium-form/premium-form.component.scss index c489802c..a1a8c31c 100644 --- a/docs/app/shared/components/premium-form/premium-form.component.scss +++ b/docs/app/shared/components/premium-form/premium-form.component.scss @@ -25,7 +25,7 @@ padding: 0; } - ::ng-deep .hs-custom-form .btn { + ::ng-deep .hs-custom-form .hs-submit-btn { margin-top: 1rem; } }