Skip to content
Snippets Groups Projects
Unverified Commit 1742a842 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove h2 reset (#6)

parent 21e31a72
Branches
No related tags found
No related merge requests found
Pipeline #11270 passed
......@@ -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;
......
Subproject commit 6cc7d27c339881ce322bac902b5b595e42b3a878
Subproject commit 1fe2b09ada3230c88830a062e46607b53b8c499a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment