UNPKG

onfido-sdk-ui

Version:

JavaScript SDK view layer for Onfido identity verification

38 lines (31 loc) 626 B
@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: 600; } .cancel { line-height: 1.43; font-size: @font-size-small; width: 80*@unit-small; margin: auto; color: @color-text-dark; box-shadow: inset 0 -1*@unit 0 0 @color-primary-500; cursor: pointer; text-decoration: none; } .help { margin-bottom: 24*@unit; } .helpList { padding-left: 24*@unit; }