velocity-verification
Version:
JavaScript SDK view layer for identity verification
18 lines (14 loc) • 309 B
CSS
@import (less) "../../Theme/constants.css";
.icon {
height: 144*@unit;
background-size: contain;
background-image: url('assets/connection-large.svg');
margin-top: 40*@unit;
margin-bottom: 32*@unit;
}
.help {
/* placeholder to namespace this with CSS modules */
}
.cancel {
cursor: pointer;
}