Browse code

Revert global font override

Benjamin Roth authored on13/12/2019 19:38:18
Showing1 changed files
... ...
@@ -1,9 +1,9 @@
1
-#cconsent-bar,
1
+/*#cconsent-bar,
2 2
 #cconsent-modal,
3 3
 #cconsent-bar button,
4 4
 #cconsent-modal button{
5 5
   font: inherit !important;
6
-}
6
+}*/
7 7
 #cconsent-bar{
8 8
   font-size: 1rem !important;
9 9
   line-height: 1.3 !important;
Browse code

Adjust modal headline margin

Benjamin Roth authored on13/12/2019 19:23:38
Showing1 changed files
... ...
@@ -18,7 +18,7 @@
18 18
 }
19 19
 
20 20
 #cconsent-modal .ccm__content > .ccm__content__heading h2 {
21
-  margin-bottom: 0.5em;
21
+  margin-bottom: 0.5em !important;
22 22
 }
23 23
 
24 24
 #cconsent-modal .ccm__content > .ccm__content__heading a {
Browse code

Adjust font styles some more

Benjamin Roth authored on13/12/2019 19:21:42
Showing1 changed files
... ...
@@ -3,6 +3,8 @@
3 3
 #cconsent-bar button,
4 4
 #cconsent-modal button{
5 5
   font: inherit !important;
6
+}
7
+#cconsent-bar{
6 8
   font-size: 1rem !important;
7 9
   line-height: 1.3 !important;
8 10
 }
Browse code

Adjust font styles some more

Benjamin Roth authored on13/12/2019 19:18:36
Showing1 changed files
... ...
@@ -1,4 +1,7 @@
1
-#cconsent-bar {
1
+#cconsent-bar,
2
+#cconsent-modal,
3
+#cconsent-bar button,
4
+#cconsent-modal button{
2 5
   font: inherit !important;
3 6
   font-size: 1rem !important;
4 7
   line-height: 1.3 !important;
Browse code

Adjust font styles

Benjamin Roth authored on13/12/2019 19:15:37
Showing1 changed files
... ...
@@ -1,5 +1,7 @@
1 1
 #cconsent-bar {
2 2
   font: inherit !important;
3
+  font-size: 1rem !important;
4
+  line-height: 1.3 !important;
3 5
 }
4 6
 #cconsent-bar .ccb__left {
5 7
   flex: 1 0 50%;
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
Browse code

Add css to override default cookie consent lib classes

Benjamin Roth authored on13/12/2019 19:03:19
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+#cconsent-bar {
2
+  font: inherit;
3
+}
4
+#cconsent-bar .ccb__left {
5
+  flex: 1 0 50%;
6
+}
7
+
8
+#cconsent-bar .ccb__right {
9
+  flex: 1 0 auto;
10
+  text-align: right;
11
+}
0 12
\ No newline at end of file