velocity-verification
Version:
JavaScript SDK view layer for identity verification
56 lines (46 loc) • 765 B
CSS
@import (less) "../Theme/constants.css";
.title {
color: @color-text-dark;
font-weight: 300;
margin-bottom: 16*@unit;
}
.titleSpan {
font-size: 2em;
line-height: 1.34;
@media (--small-viewport) {
font-size: 24*@unit;
}
}
.titleSpan:focus {
outline: none;
}
.subTitle {
color: #636670;
font-weight: 300;
}
.titleWrapper {
margin: 32*@unit @large-text-margin 16*@unit;
flex-shrink: 0;
@media (--small-viewport) {
margin: 0 @small-text-margin 16*@unit;
}
}
.smaller {
margin-top: 0;
}
.fullScreen {
color: @color-white;
margin: 0;
z-index: 1;
.title,
.subTitle {
color: @color-white;
}
.title {
margin-bottom: 8*@unit;
}
.titleSpan {
font-size: @font-size-base;
line-height: 1.5;
}
}