Override default styles

This commit is contained in:
PCoder 2019-02-01 08:53:48 +01:00
parent 6421552673
commit a44ff74dc6
1 changed files with 9 additions and 1 deletions

View File

@ -7,14 +7,22 @@
font-size: 14px;
font-weight: 300;
line-height: 1.5;
text-transform: none;
}
h1.gdpr, h2.gpdr, h3.gpdr, h4.gdpr, h5.gdpr, h6.gdpr {
font-weight: 300;
font-family: "Lato", sans-serif !important;
font-weight: 300 !important;
text-transform: none !important;
}
p.gdpr {
margin: 0 !important;
font-family: "Lato", sans-serif !important;
font-size: 14px !important;
font-weight: 300 !important;
line-height: 1.5 !important;
text-transform: none !important;
}
div#gdprBanner {