velocity-verification
Version:
JavaScript SDK view layer for identity verification
27 lines (21 loc) • 413 B
CSS
@import (less) "../../Theme/constants.css";
.icon {
height: 144*@unit;
background-size: contain;
background-image: url('assets/mobile-notification-large.svg');
margin-bottom: 32*@unit;
}
.submessage {
margin-bottom: 0;
}
.boldMessage {
margin-top: 0;
margin-bottom: 32*@unit;
font-weight: 300;
}
.help {
/* placeholder to namespace this with CSS modules */
}
.cancel {
cursor: pointer;
}