corp-mp/src/components/privacy-consent/index.scss

30 lines
451 B
SCSS

.privacy-consent {
display: flex;
flex-wrap: wrap;
align-items: center;
color: #4e5969;
font-size: 24px;
line-height: 36px;
}
.privacy-consent__group {
display: flex;
align-items: center;
}
.privacy-consent__checkbox {
margin-right: 6px;
transform: scale(0.8);
transform-origin: center;
}
.privacy-consent__text,
.privacy-consent__link {
font-size: 24px;
line-height: 36px;
}
.privacy-consent__link {
color: #165dff;
}