velocity-verification
Version:
JavaScript SDK view layer for identity verification
46 lines (41 loc) • 793 B
CSS
@import (less) "../../Theme/constants.css";
.content {
text-align: center;
margin: 0 80*@unit auto;
@media (--small-viewport) {
margin-left: 24*@unit;
margin-right: 24*@unit;
}
}
.thickWrapper {
margin: 0 @large-text-margin;
padding-bottom: 2.5em;
@media (--small-viewport) {
margin: 0 @small-text-margin;
}
}
.requirements {
display: flex;
justify-content: center;
align-items: center;
}
.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: 300;
}