Skip to content

Commit ce8c124

Browse files
committed
Compiled files
1 parent cfa6c17 commit ce8c124

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/js/public.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,5 @@ $( function() {
315315
];
316316
displayNotification( GDPR.i18n.are_you_sure, GDPR.i18n.policy_disagree, actions, true );
317317
} );
318+
318319
} );

src/scss/public.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
padding: 20px;
8383
}
8484
}
85+
8586
&.gdpr-privacy-bar, &.gdpr-reconsent-bar{
8687
position: fixed;
8788
bottom: 0;
@@ -311,6 +312,7 @@
311312
}
312313
}
313314
}
315+
314316
&.gdpr-privacy-preferences, &.gdpr-reconsent, &.gdpr-general-confirmation {
315317
.gdpr-wrapper {
316318
position: fixed;
@@ -713,6 +715,7 @@
713715
}
714716
}
715717
}
718+
716719
&.gdpr-general-confirmation {
717720
.gdpr-wrapper {
718721
flex-direction: column;
@@ -839,6 +842,7 @@
839842
}
840843
}
841844
}
845+
842846
}
843847

844848
.gdpr-switch {
@@ -851,6 +855,7 @@
851855
position: absolute;
852856
left: -999em;
853857
}
858+
854859
.gdpr-slider {
855860
position: absolute;
856861
cursor: pointer;
@@ -877,6 +882,7 @@
877882
}
878883
}
879884
}
885+
880886
.gdpr-switch-indicator {
881887
position: absolute;
882888
bottom: 2px;
@@ -891,6 +897,7 @@
891897
display: block;
892898
}
893899
}
900+
894901
input {
895902
&:checked {
896903
+ .gdpr-slider {

0 commit comments

Comments
 (0)