onfido-sdk-ui
Version:
JavaScript SDK view layer for Onfido identity verification
27 lines (23 loc) • 414 B
CSS
.icon {
height: 9rem;
background-size: contain;
background-image: url('assets/connection-large.svg');
margin-top: 40px;
margin-bottom: 32px;
}
.cancel {
line-height: 20px;
font-size: 14px;
width: 50px;
margin: auto;
color: #2C3E4F;
text-decoration: none;
box-shadow: inset 0 -1px 0 0 #00C8A0;
cursor: pointer;
}
.help {
margin-bottom: 1.5rem;
}
.helpList {
padding-left: 1.5rem;
}