44 lines
659 B
SCSS
Raw Normal View History

@import '~components/ui/colors.scss';
@import '~components/ui/fonts.scss';
@import '~components/ui/popup/popup.scss';
2016-05-22 20:25:38 +03:00
.contactForm {
}
.philosophicalThought {
font-family: $font-family-title;
font-size: 19px;
color: $green;
2016-05-22 20:25:38 +03:00
text-align: center;
margin-bottom: 5px;
2016-05-22 20:25:38 +03:00
}
.formDisclaimer {
font-size: 12px;
line-height: 14px;
text-align: center;
max-width: 400px;
margin: 0 auto 10px;
}
.pairInputRow {
display: flex;
margin-bottom: 10px;
}
.pairInput {
width: 50%;
&:first-of-type {
margin-right: $popupPadding;
}
}
.formMargin {
margin-bottom: 20px;
2016-05-22 20:25:38 +03:00
}
.footer {
margin-top: 0;
}