mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
fix(hs forms): correct submit button selector
This commit is contained in:
parent
70e5e3cc70
commit
65fa181dee
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
::ng-deep .hs-custom-form .btn {
|
||||
::ng-deep .hs-custom-form .hs-submit-btn {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
::ng-deep .hs-custom-form .btn {
|
||||
::ng-deep .hs-custom-form .hs-submit-btn {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue