fix(hs forms): submit button font

This commit is contained in:
Sergey Andrievskiy 2020-10-09 14:07:04 +03:00
parent 65fa181dee
commit f24a7fa65a
3 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -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',

View file

@ -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',