onfido-sdk-ui
Version:
JavaScript SDK view layer for Onfido identity verification
39 lines (34 loc) • 581 B
CSS
@import (less) "../Theme/constants.css";
.title {
color: #2C3E4F;
font-weight: 600;
font-size: 30px;
line-height: 40px;
margin-bottom: 16px;
@media (--small-viewport) {
font-size: 24px;
line-height: 32px;
}
}
.titleWrapper {
margin: 32px @large-text-margin 16px;
@media (--small-viewport) {
margin: 0 @small-text-margin 16px;
}
}
.smaller {
@media (--large) {
margin-top: 0;
}
}
.fullScreen {
color: white;
margin: 0;
z-index: 1;
.title {
color: white;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
}