onfido-sdk-ui
Version:
JavaScript SDK view layer for Onfido identity verification
29 lines (24 loc) • 477 B
CSS
@import (less) "../../Theme/constants.css";
.icon {
height: 36*@unit;
width: 36*@unit;
margin-right: 14*@unit;
float: left;
background-image: url('assets/complete-tick-small.svg');
background-size: contain;
}
.uploadList {
display: inline-block;
padding-left: 0;
margin-top: 48*@unit;
margin-bottom: 56*@unit;
}
.uploadList li {
margin-bottom: 24*@unit;
list-style: none;
text-align: left;
}
.listText {
line-height: 2.25;
font-weight: 600;
}