Fix button margins

This commit is contained in:
Kimmo Puputti 2017-09-22 11:02:49 +03:00
parent 7663e5b380
commit 2006644ac3
2 changed files with 2 additions and 0 deletions

View file

@ -6,4 +6,5 @@
.password {
@apply --marketplaceModalPasswordMargins;
margin-bottom: 24px;
}

View file

@ -44,6 +44,7 @@
.submitButton {
@apply --marketplaceButtonStylesPrimary;
margin-top: 24px;
}
.modalIcon {