onfido-sdk-ui
Version:
JavaScript SDK view layer for Onfido identity verification
40 lines (34 loc) • 656 B
CSS
@import (less) "../../Theme/constants.css";
.content {
text-align: left;
margin: 0 80*@unit auto;
@media (--small-viewport) {
margin-left: 24*@unit;
margin-right: 24*@unit;
}
}
.requirements {
font-weight: 600;
color: @color-text-dark;
margin-bottom: 16*@unit;
}
.requirement {
display: flex;
padding-bottom: 16*@unit;
padding-left: 16*@unit;
position: relative;
&::before {
content: '';
background-color: @color-primary-500;
border-radius: 50%;
display: inline-block;
height: 6*@unit;
width: 6*@unit;
position: absolute;
left: 0;
top: 6*@unit;
}
}
.bolder {
font-weight: 600;
}