Initial commit: Atomaste website

This commit is contained in:
2025-12-10 12:17:30 -05:00
commit 0b9e5d1605
19260 changed files with 5206382 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
.cmplz-cookiebanner-container .cmplz-cookiebanner {
bottom: -50vh;
-webkit-animation: slideIn 1s forwards;
-webkit-animation-delay: 0s;
animation: slideIn 1s forwards;
animation-delay: 0s;
}
@-webkit-keyframes slideIn {
100% {
bottom: 0;
}
}
@keyframes slideIn {
100% {
bottom: 0;
}
}
/*# sourceMappingURL=bottom-left-slide.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["bottom-left-slide.less"],"names":[],"mappings":"AAAA,6BACE;EACD,aAAA;EACA,sCAAA;EACA,2BAAA;EACA,8BAAA;EACA,mBAAA;;AAGC;EACD;IACE,SAAA;;;AAID;EACD;IACE,SAAA","file":"bottom-left-slide.css"}

View File

@@ -0,0 +1,21 @@
.cmplz-cookiebanner-container {
.cmplz-cookiebanner {
bottom: -50vh;
-webkit-animation: slideIn 1s forwards;
-webkit-animation-delay: 0s;
animation: slideIn 1s forwards;
animation-delay: 0s;
}
@-webkit-keyframes slideIn {
100% {
bottom: 0;
}
}
@keyframes slideIn {
100% {
bottom: 0;
}
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner-container .cmplz-cookiebanner{bottom:-50vh;-webkit-animation:slideIn 1s forwards;-webkit-animation-delay:0;animation:slideIn 1s forwards;animation-delay:0}@-webkit-keyframes slideIn{100%{bottom:0}}@keyframes slideIn{100%{bottom:0}}

View File

@@ -0,0 +1,18 @@
#cmplz-cookiebanner-container .cmplz-cookiebanner {
bottom: -50vh;
-webkit-animation: slideIn 1s forwards;
-webkit-animation-delay: 0s;
animation: slideIn 1s forwards;
animation-delay: 0s;
}
@-webkit-keyframes slideIn {
100% {
bottom: 0;
}
}
@keyframes slideIn {
100% {
bottom: 0;
}
}
/*# sourceMappingURL=bottom-right-slide.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["bottom-right-slide.less"],"names":[],"mappings":"AAAA,6BACE;EACD,aAAA;EACA,sCAAA;EACA,2BAAA;EACA,8BAAA;EACA,mBAAA;;AAGC;EACD;IACE,SAAA;;;AAID;EACD;IACE,SAAA","file":"bottom-right-slide.css"}

View File

@@ -0,0 +1,21 @@
#cmplz-cookiebanner-container {
.cmplz-cookiebanner {
bottom: -50vh;
-webkit-animation: slideIn 1s forwards;
-webkit-animation-delay: 0s;
animation: slideIn 1s forwards;
animation-delay: 0s;
}
@-webkit-keyframes slideIn {
100% {
bottom: 0;
}
}
@keyframes slideIn {
100% {
bottom: 0;
}
}
}

View File

@@ -0,0 +1 @@
@-webkit-keyframes slideIn{to{bottom:0}}@keyframes slideIn{to{bottom:0}}#cmplz-cookiebanner-container .cmplz-cookiebanner{bottom:-50vh;-webkit-animation:slideIn 1s forwards;-webkit-animation-delay:0s;animation:slideIn 1s forwards;animation-delay:0s}

View File

@@ -0,0 +1,18 @@
#cmplz-cookiebanner-container .cmplz-cookiebanner {
bottom: -50vh;
-webkit-animation: slideIn 0.5s forwards;
-webkit-animation-delay: 1s;
animation: slideIn 0.5s forwards;
animation-delay: 1s;
}
@-webkit-keyframes slideIn {
100% {
bottom: 0;
}
}
@keyframes slideIn {
100% {
bottom: 0;
}
}
/*# sourceMappingURL=bottom-slide.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["bottom-slide.less"],"names":[],"mappings":"AAAA,6BACE;EACD,aAAA;EACA,wCAAA;EACA,2BAAA;EACA,gCAAA;EACA,mBAAA;;AAGC;EACD;IACE,SAAA;;;AAID;EACD;IACE,SAAA","file":"bottom-slide.css"}

View File

@@ -0,0 +1,21 @@
#cmplz-cookiebanner-container {
.cmplz-cookiebanner {
bottom: -50vh; // @todo height of banner
-webkit-animation: slideIn 0.5s forwards;
-webkit-animation-delay: 1s;
animation: slideIn 0.5s forwards;
animation-delay: 1s;
}
@-webkit-keyframes slideIn {
100% {
bottom: 0;
}
}
@keyframes slideIn {
100% {
bottom: 0;
}
}
}

View File

@@ -0,0 +1 @@
@-webkit-keyframes slideIn{to{bottom:0}}@keyframes slideIn{to{bottom:0}}#cmplz-cookiebanner-container .cmplz-cookiebanner{bottom:-50vh;-webkit-animation:slideIn .5s forwards;-webkit-animation-delay:1s;animation:slideIn .5s forwards;animation-delay:1s}

View File

@@ -0,0 +1,26 @@
#cmplz-cookiebanner-container .cmplz-cookiebanner {
top: 100vh;
-webkit-animation: slideIn 1s forwards;
-webkit-animation-delay: 0;
animation: slideIn 1s forwards;
animation-delay: 0;
-ms-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
}
@-webkit-keyframes slideIn {
100% {
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
}
@keyframes slideIn {
100% {
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
}
/*# sourceMappingURL=center-slide.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["center-slide.less"],"names":[],"mappings":"AAAA,6BACE;EACD,UAAA;EACA,sCAAA;EACA,0BAAA;EACA,8BAAA;EACA,kBAAA;EACA,eAAe,iBAAiB,cAAhC;EACA,WAAW,iBAAiB,cAA5B;;AAGC;EACD;IACE,QAAA;IACA,SAAA;IACA,eAAe,iBAAiB,gBAAhC;IACA,WAAW,iBAAiB,gBAA5B;;;AAID;EACD;IACE,QAAA;IACA,SAAA;IACA,eAAe,iBAAiB,gBAAhC;IACA,WAAW,iBAAiB,gBAA5B","file":"center-slide.css"}

View File

@@ -0,0 +1,29 @@
#cmplz-cookiebanner-container {
.cmplz-cookiebanner {
top: 100vh;
-webkit-animation: slideIn 1s forwards;
-webkit-animation-delay: 0;
animation: slideIn 1s forwards;
animation-delay: 0;
-ms-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
}
@-webkit-keyframes slideIn {
100% {
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
}
@keyframes slideIn {
100% {
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
}
}

View File

@@ -0,0 +1 @@
@-webkit-keyframes slideIn{to{top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}}@keyframes slideIn{to{top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}}#cmplz-cookiebanner-container .cmplz-cookiebanner{top:100vh;-webkit-animation:slideIn 1s forwards;-webkit-animation-delay:0;animation:slideIn 1s forwards;animation-delay:0;-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}

View File

@@ -0,0 +1,38 @@
.cmplz-cookiebanner {
animation-name: cmplz-expand;
animation-duration: 2s;
}
.cmplz-cookiebanner div {
animation-name: cmplz-expand-opacity;
animation-duration: 2s;
}
@keyframes cmplz-expand {
0% {
width: 0px;
height: 0px;
}
25% {
width: 50%;
}
50% {
width: initial;
}
75% {
height: 70%;
}
100% {
height: initial;
}
}
@keyframes cmplz-expand-opacity {
0% {
opacity: 0;
}
90% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/*# sourceMappingURL=expand.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["expand.less"],"names":[],"mappings":"AAAA;EACE,4BAAA;EACA,sBAAA;;AAGF,mBAAoB;EAClB,oCAAA;EACA,sBAAA;;AAGF;EACE;IACD,UAAA;IACA,WAAA;;EAEC;IACD,UAAA;;EAEC;IACD,cAAA;;EAEC;IACD,WAAA;;EAEC;IACD,eAAA;;;AAID;EACE;IACD,UAAA;;EAEC;IACD,UAAA;;EAEC;IACD,UAAA","file":"expand.css"}

View File

@@ -0,0 +1,41 @@
.cmplz-cookiebanner {
animation-name: cmplz-expand;
animation-duration: 2s;
}
.cmplz-cookiebanner div {
animation-name: cmplz-expand-opacity;
animation-duration: 2s;
}
@keyframes cmplz-expand {
0% {
width:0px;
height:0px;
}
25% {
width:50%;
}
50% {
width:initial;
}
75% {
height:70%;
}
100% {
height: initial;
}
}
@keyframes cmplz-expand-opacity {
0% {
opacity:0;
}
90% {
opacity:0;
}
100% {
opacity:1;
}
}

View File

@@ -0,0 +1 @@
@keyframes cmplz-expand{0%{width:0;height:0}25%{width:50%}50%{width:initial}75%{height:70%}to{height:initial}}@keyframes cmplz-expand-opacity{0%,90%{opacity:0}to{opacity:1}}.cmplz-cookiebanner{animation-name:cmplz-expand;animation-duration:2s}.cmplz-cookiebanner div{animation-name:cmplz-expand-opacity;animation-duration:2s}

View File

@@ -0,0 +1,48 @@
.cmplz-cookiebanner {
animation: fadeIn 2s;
-webkit-animation: fadeIn 2s;
-moz-animation: fadeIn 2s;
-o-animation: fadeIn 2s;
-ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/*# sourceMappingURL=fade.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["fade.less"],"names":[],"mappings":"AACA;EACE,oBAAA;EACA,4BAAA;EACA,yBAAA;EACA,uBAAA;EACA,wBAAA;;AAGF;EACE;IAAI,UAAA;;EACJ;IAAM,UAAA;;;AAGR;EACE;IAAI,UAAA;;EACJ;IAAM,UAAA;;;AAGR;EACE;IAAI,UAAA;;EACJ;IAAM,UAAA;;;AAGR;EACE;IAAI,UAAA;;EACJ;IAAM,UAAA;;;AAGR;EACE;IAAI,UAAA;;EACJ;IAAM,UAAA","file":"fade.css"}

View File

@@ -0,0 +1,33 @@
.cmplz-cookiebanner {
animation: fadeIn 2s;
-webkit-animation: fadeIn 2s;
-moz-animation: fadeIn 2s;
-o-animation: fadeIn 2s;
-ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

View File

@@ -0,0 +1 @@
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-ms-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cmplz-cookiebanner{animation:fadeIn 2s;-webkit-animation:fadeIn 2s;-moz-animation:fadeIn 2s;-o-animation:fadeIn 2s;-ms-animation:fadeIn 2s}

View File

@@ -0,0 +1,7 @@
.cmplz-cookiebanner .cmplz-functional .cmplz-icon,
.cmplz-manage-consent-container .cmplz-functional .cmplz-icon,
.cmplz-cookiebanner .cmplz-functional .cmplz-description,
.cmplz-manage-consent-container .cmplz-functional .cmplz-description {
display: none;
}
/*# sourceMappingURL=hide-functional_text.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-functional_text.less"],"names":[],"mappings":"AAAA,mBACE,kBACD;AAFoB,+BACnB,kBACD;AAFD,mBACE,kBACY;AAFO,+BACnB,kBACY;EACX,aAAA","file":"hide-functional_text.css"}

View File

@@ -0,0 +1,7 @@
.cmplz-cookiebanner, .cmplz-manage-consent-container {
.cmplz-functional {
.cmplz-icon, .cmplz-description {
display: none;
}
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-functional .cmplz-description,.cmplz-cookiebanner .cmplz-functional .cmplz-icon,.cmplz-manage-consent-container .cmplz-functional .cmplz-description,.cmplz-manage-consent-container .cmplz-functional .cmplz-icon{display:none}

View File

@@ -0,0 +1,5 @@
.cmplz-cookiebanner .cmplz-marketing:not(.cmplz-tcf),
.cmplz-manage-consent-container .cmplz-marketing:not(.cmplz-tcf) {
display: none;
}
/*# sourceMappingURL=hide-marketing.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-marketing.less"],"names":[],"mappings":"AAAA,mBACE,iBAAgB,IAAI;AADD,+BACnB,iBAAgB,IAAI;EACrB,aAAA","file":"hide-marketing.css"}

View File

@@ -0,0 +1,5 @@
.cmplz-cookiebanner, .cmplz-manage-consent-container {
.cmplz-marketing:not(.cmplz-tcf) {
display: none;
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-marketing:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-marketing:not(.cmplz-tcf){display:none}

View File

@@ -0,0 +1,7 @@
.cmplz-cookiebanner .cmplz-marketing .cmplz-icon,
.cmplz-manage-consent-container .cmplz-marketing .cmplz-icon,
.cmplz-cookiebanner .cmplz-marketing .cmplz-description,
.cmplz-manage-consent-container .cmplz-marketing .cmplz-description {
display: none;
}
/*# sourceMappingURL=hide-marketing_text.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-marketing_text.less"],"names":[],"mappings":"AAAA,mBACE,iBACD;AAFoB,+BACnB,iBACD;AAFD,mBACE,iBACY;AAFO,+BACnB,iBACY;EACX,aAAA","file":"hide-marketing_text.css"}

View File

@@ -0,0 +1,7 @@
.cmplz-cookiebanner, .cmplz-manage-consent-container {
.cmplz-marketing {
.cmplz-icon, .cmplz-description {
display: none;
}
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-marketing .cmplz-description,.cmplz-cookiebanner .cmplz-marketing .cmplz-icon,.cmplz-manage-consent-container .cmplz-marketing .cmplz-description,.cmplz-manage-consent-container .cmplz-marketing .cmplz-icon{display:none}

View File

@@ -0,0 +1,5 @@
.cmplz-cookiebanner .cmplz-preferences,
.cmplz-manage-consent-container .cmplz-preferences {
display: none;
}
/*# sourceMappingURL=hide-preferences.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-preferences.less"],"names":[],"mappings":"AAAA,mBACE;AADmB,+BACnB;EACD,aAAA","file":"hide-preferences.css"}

View File

@@ -0,0 +1,5 @@
.cmplz-cookiebanner, .cmplz-manage-consent-container {
.cmplz-preferences {
display: none;
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences{display:none}

View File

@@ -0,0 +1,7 @@
.cmplz-cookiebanner .cmplz-preferences .cmplz-icon,
.cmplz-manage-consent-container .cmplz-preferences .cmplz-icon,
.cmplz-cookiebanner .cmplz-preferences .cmplz-description,
.cmplz-manage-consent-container .cmplz-preferences .cmplz-description {
display: none;
}
/*# sourceMappingURL=hide-preferences_text.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-preferences_text.less"],"names":[],"mappings":"AAAA,mBACE,mBACD;AAFoB,+BACnB,mBACD;AAFD,mBACE,mBACY;AAFO,+BACnB,mBACY;EACX,aAAA","file":"hide-preferences_text.css"}

View File

@@ -0,0 +1,7 @@
.cmplz-cookiebanner, .cmplz-manage-consent-container {
.cmplz-preferences {
.cmplz-icon, .cmplz-description {
display: none;
}
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-preferences .cmplz-description,.cmplz-cookiebanner .cmplz-preferences .cmplz-icon,.cmplz-manage-consent-container .cmplz-preferences .cmplz-description,.cmplz-manage-consent-container .cmplz-preferences .cmplz-icon{display:none}

View File

@@ -0,0 +1,5 @@
.cmplz-cookiebanner .cmplz-statistics:not(.cmplz-tcf),
.cmplz-manage-consent-container .cmplz-statistics:not(.cmplz-tcf) {
display: none;
}
/*# sourceMappingURL=hide-statistics.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-statistics.less"],"names":[],"mappings":"AAAA,mBACE,kBAAiB,IAAI;AADF,+BACnB,kBAAiB,IAAI;EACtB,aAAA","file":"hide-statistics.css"}

View File

@@ -0,0 +1,5 @@
.cmplz-cookiebanner, .cmplz-manage-consent-container {
.cmplz-statistics:not(.cmplz-tcf) {
display: none;
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-statistics:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-statistics:not(.cmplz-tcf){display:none}

View File

@@ -0,0 +1,7 @@
.cmplz-cookiebanner .cmplz-statistics .cmplz-icon,
.cmplz-manage-consent-container .cmplz-statistics .cmplz-icon,
.cmplz-cookiebanner .cmplz-statistics .cmplz-description,
.cmplz-manage-consent-container .cmplz-statistics .cmplz-description {
display: none;
}
/*# sourceMappingURL=hide-statistics_text.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-statistics_text.less"],"names":[],"mappings":"AAAA,mBACE,kBACD;AAFoB,+BACnB,kBACD;AAFD,mBACE,kBACY;AAFO,+BACnB,kBACY;EACX,aAAA","file":"hide-statistics_text.css"}

View File

@@ -0,0 +1,7 @@
.cmplz-cookiebanner, .cmplz-manage-consent-container {
.cmplz-statistics {
.cmplz-icon, .cmplz-description {
display: none;
}
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-statistics .cmplz-description,.cmplz-cookiebanner .cmplz-statistics .cmplz-icon,.cmplz-manage-consent-container .cmplz-statistics .cmplz-description,.cmplz-manage-consent-container .cmplz-statistics .cmplz-icon{display:none}

View File

@@ -0,0 +1,8 @@
.cmplz-cookiebanner .cmplz-divider {
height: 3px;
box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.05);
}
.cmplz-cookiebanner.cmplz-center .cmplz-divider.cmplz-footer {
margin-top: 5px;
}
/*# sourceMappingURL=header-footer-shadow.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["header-footer-shadow.less"],"names":[],"mappings":"AAAA,mBAAoB;EAClB,WAAA;EACA,4CAAA;;AAOA,mBAHA,aACC,eAEA;EACC,eAAA","file":"header-footer-shadow.css"}

View File

@@ -0,0 +1,17 @@
.cmplz-cookiebanner .cmplz-divider {
height: 3px;
box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.05);
}
.cmplz-cookiebanner {
&.cmplz-center {
.cmplz-divider {
//this compensates for the space visually lost by the shadow
&.cmplz-footer {
margin-top:5px;
}
}
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-divider{height:3px;box-shadow:0 -2px 3px rgba(0,0,0,.05)}.cmplz-cookiebanner.cmplz-center .cmplz-divider.cmplz-footer{margin-top:5px}

View File

@@ -0,0 +1,4 @@
.cmplz-cookiebanner .cmplz-accept {
display: none;
}
/*# sourceMappingURL=hide-accept.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-accept.less"],"names":[],"mappings":"AAAA,mBACE;EACD,aAAA","file":"hide-accept.css"}

View File

@@ -0,0 +1,5 @@
.cmplz-cookiebanner {
.cmplz-accept {
display: none;
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-accept{display:none}

View File

@@ -0,0 +1,4 @@
.cmplz-cookiebanner .cmplz-close {
display: none;
}
/*# sourceMappingURL=hide-close.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-close.less"],"names":[],"mappings":"AAAA,mBACE;EACD,aAAA","file":"hide-close.css"}

View File

@@ -0,0 +1,5 @@
.cmplz-cookiebanner {
.cmplz-close {
display: none;
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-close{display:none}

View File

@@ -0,0 +1,4 @@
.cmplz-deny {
display: none;
}
/*# sourceMappingURL=hide-deny.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-deny.less"],"names":[],"mappings":"AAAA;EACE,aAAA","file":"hide-deny.css"}

View File

@@ -0,0 +1,3 @@
.cmplz-deny {
display: none;
}

View File

@@ -0,0 +1 @@
.cmplz-deny{display:none}

View File

@@ -0,0 +1,4 @@
#cmplz-manage-consent .cmplz-manage-consent {
display: none;
}
/*# sourceMappingURL=hide-everywhere.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-everywhere.less"],"names":[],"mappings":"AAAA,qBACE;EACC,aAAA","file":"hide-everywhere.css"}

View File

@@ -0,0 +1,5 @@
#cmplz-manage-consent {
.cmplz-manage-consent {
display: none;
}
}

View File

@@ -0,0 +1 @@
#cmplz-manage-consent .cmplz-manage-consent{display:none}

View File

@@ -0,0 +1,4 @@
.cmplz-cookiebanner .cmplz-divider.cmplz-divider-header {
height: 0;
}
/*# sourceMappingURL=hide-header.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-header.less"],"names":[],"mappings":"AAAA,mBAAoB,eAAc;EAChC,SAAA","file":"hide-header.css"}

View File

@@ -0,0 +1,3 @@
.cmplz-cookiebanner .cmplz-divider.cmplz-divider-header {
height: 0;
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-divider.cmplz-divider-header{height:0}

View File

@@ -0,0 +1,4 @@
.cmplz-cookiebanner .cmplz-links .cmplz-link {
display: none;
}
/*# sourceMappingURL=hide-links.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-links.less"],"names":[],"mappings":"AAAA,mBACE,aAAa;EACd,aAAA","file":"hide-links.css"}

View File

@@ -0,0 +1,5 @@
.cmplz-cookiebanner {
.cmplz-links .cmplz-link {
display:none;
}
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-links .cmplz-link{display:none}

View File

@@ -0,0 +1,4 @@
.cmplz-logo {
display: none !important;
}
/*# sourceMappingURL=hide-logo.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-logo.less"],"names":[],"mappings":"AACA;EACE,wBAAA","file":"hide-logo.css"}

View File

@@ -0,0 +1,5 @@
.cmplz-logo {
display: none !important;
}

View File

@@ -0,0 +1 @@
.cmplz-logo{display:none!important}

View File

@@ -0,0 +1,4 @@
.cmplz-cookiebanner .cmplz-links.cmplz-information {
display: none;
}
/*# sourceMappingURL=hide-manage-services.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-manage-services.less"],"names":[],"mappings":"AAAA,mBAAoB,aAAY;EAC9B,aAAA","file":"hide-manage-services.css"}

View File

@@ -0,0 +1,3 @@
.cmplz-cookiebanner .cmplz-links.cmplz-information {
display:none;
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-links.cmplz-information{display:none}

View File

@@ -0,0 +1,4 @@
#cmplz-manage-consent .cmplz-manage-consent {
display: none;
}
/*# sourceMappingURL=hide-revoke.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-revoke.less"],"names":[],"mappings":"AAAA,qBACE;EACD,aAAA","file":"hide-revoke.css"}

View File

@@ -0,0 +1,6 @@
#cmplz-manage-consent {
.cmplz-manage-consent {
display: none;
}
}

View File

@@ -0,0 +1 @@
#cmplz-manage-consent .cmplz-manage-consent{display:none}

View File

@@ -0,0 +1,4 @@
.cmplz-cookiebanner .cmplz-title {
display: none;
}
/*# sourceMappingURL=hide-title.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["hide-title.less"],"names":[],"mappings":"AACA,mBAAoB;EAClB,aAAA","file":"hide-title.css"}

View File

@@ -0,0 +1,4 @@
.cmplz-cookiebanner .cmplz-title {
display: none;
}

View File

@@ -0,0 +1 @@
.cmplz-cookiebanner .cmplz-title{display:none}

Some files were not shown because too many files have changed in this diff Show More