Browse code

Override some more styles

Benjamin Roth authored on13/12/2019 19:10:25
Showing1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 #cconsent-bar {
2
-  font: inherit;
2
+  font: inherit !important;
3 3
 }
4 4
 #cconsent-bar .ccb__left {
5 5
   flex: 1 0 50%;
... ...
@@ -8,4 +8,12 @@
8 8
 #cconsent-bar .ccb__right {
9 9
   flex: 1 0 auto;
10 10
   text-align: right;
11
+}
12
+
13
+#cconsent-modal .ccm__content > .ccm__content__heading h2 {
14
+  margin-bottom: 0.5em;
15
+}
16
+
17
+#cconsent-modal .ccm__content > .ccm__content__heading a {
18
+  margin-left: 0.5ex;
11 19
 }
12 20
\ No newline at end of file