champ-ed / static /styles /components /consent.css
MalikS-343
squash
cbfe36d
Raw
History Blame Contribute Delete
559 Bytes
.consent-check {
display: flex;
align-items: center;
margin: 16px 0;
gap: 10px;
}
.consent-emergency {
display: flex;
align-items: center;
gap: 10px;
background: #FCEBEB;
border-left: 3px solid #A32D2D;
border-radius: 0 8px 8px 0;
padding: 0.65rem 0.9rem;
margin: 0.75rem 0 1rem;
color: #791F1F;
font-size: 16px;
font-weight: 700;
}
.consent-emergency svg {
flex-shrink: 0;
color: #A32D2D;
width: 18px;
height: 18px;
}
.consent-data-note {
font-size: 16px;
color: #c0c6e0;
line-height: 1.6;
margin: 0 0 1rem;
}