gaf-mobile
Version:
GAF mobile Web site
41 lines (31 loc) • 574 B
text/less
@import (reference) '../themes/variables';
// Deposit funds section
.NdaForm {
background-color: @body-bg-light;
&-section {
height: 100%;
}
&-header {
color: @primary-color-dark;
font-weight: normal;
}
&-loading {
margin-top: 20px;
text-align: center;
}
&-error {
margin: 10px 0;
}
&-label {
padding-bottom: 16px;
}
&-agreement {
padding: 16px 0;
}
&-btn {
width: 100%;
&--skip {
margin-top: 10px;
}
}
}