Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

.consent {
max-width: 600px;
margin: 0 auto;
padding: 20px;
position: relative;
text-align: left;

.checkbox-group {
@include flex;

align-items: center;
justify-content: center;

button {
background: transparent;
border: 0 none;
width: auto;
}

.checkbox-label {
color: #124664;
}
}

.consent-buttons {
width: 50%;
margin: 0 auto;
}

button {
width: 100%;
margin: 5px;
}

.close-btn {
background: transparent;
border: 0 none;
margin: 0;
position: absolute;
right: 0;
top: 5px;
width: auto;

i {
font-size: 22px;
}
}

.consent-content {
margin-top: 15px;

button.ui-link {
color: #256eae;
border:0px;
background: transparent;
margin:0px;
padding:0px;
text-decoration: underline;
width: auto;
}
}
}

@media all and (max-width: 480px) {
.consent {
.consent-buttons {
width: 75%;
}
}
}