mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(hs forms): submit button font
This commit is contained in:
parent
65fa181dee
commit
f24a7fa65a
3 changed files with 3 additions and 3 deletions
|
|
@ -83,7 +83,7 @@
|
|||
}
|
||||
|
||||
.hs-submit-btn {
|
||||
font-family: nb-theme(font-family-primary);
|
||||
font-family: nb-theme(font-main);
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
background-color: nb-theme(color-active-fg);
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export class DownloadFormComponent implements AfterViewInit {
|
|||
portalId: '2452262',
|
||||
formId: '93007d7b-5f11-4dd8-bcfd-f8b99d31f31e',
|
||||
target: '#hubspotForm',
|
||||
submitButtonClass: 'hs-submit-btn',
|
||||
submitButtonClass: 'hs-submit-btn btn',
|
||||
css: '',
|
||||
cssClass: 'hs-custom-form',
|
||||
redirectUrl: 'https://github.com/akveo/ngx-admin',
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ export class PremiumFormComponent implements AfterViewInit {
|
|||
portalId: '2452262',
|
||||
formId: 'b066428e-c41a-4dce-bbc2-5690cf084a8f',
|
||||
target: '#hubspotForm',
|
||||
submitButtonClass: 'hs-submit-btn',
|
||||
submitButtonClass: 'hs-submit-btn btn',
|
||||
css: '',
|
||||
cssClass: 'hs-custom-form',
|
||||
redirectUrl: 'https://github.com/akveo/ngx-admin',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue