fix(hs forms): correct submit button selector

This commit is contained in:
Sergey Andrievskiy 2020-10-09 14:03:59 +03:00
parent 70e5e3cc70
commit 65fa181dee
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
padding: 0;
}
::ng-deep .hs-custom-form .btn {
::ng-deep .hs-custom-form .hs-submit-btn {
margin-top: 2rem;
}
}

View file

@ -25,7 +25,7 @@
padding: 0;
}
::ng-deep .hs-custom-form .btn {
::ng-deep .hs-custom-form .hs-submit-btn {
margin-top: 1rem;
}
}