From 1742a8423a7e7f3f392f4e9dc0efd74549e4621e Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Mon, 25 May 2020 07:36:35 +0200 Subject: [PATCH] Remove h2 reset (#6) --- src/vpu-qualified-signature-pdf-upload.js | 6 +----- vendor/common | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/vpu-qualified-signature-pdf-upload.js b/src/vpu-qualified-signature-pdf-upload.js index 465bb0f..d1343f9 100644 --- a/src/vpu-qualified-signature-pdf-upload.js +++ b/src/vpu-qualified-signature-pdf-upload.js @@ -448,7 +448,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle // language=css return css` ${commonStyles.getThemeCSS()} - ${commonStyles.getGeneralCSS()} + ${commonStyles.getGeneralCSS(false)} ${commonStyles.getButtonCSS()} ${commonStyles.getNotificationCSS()} @@ -461,10 +461,6 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle border-bottom-width: 0; padding: 0.4em 0 0 0.5em; } - - h2 { - margin-bottom: inherit; - } .hidden { display: none; diff --git a/vendor/common b/vendor/common index 6cc7d27..1fe2b09 160000 --- a/vendor/common +++ b/vendor/common @@ -1 +1 @@ -Subproject commit 6cc7d27c339881ce322bac902b5b595e42b3a878 +Subproject commit 1fe2b09ada3230c88830a062e46607b53b8c499a -- GitLab