Fix mobile booking button layout

This commit is contained in:
Hannu Lyytikainen 2017-10-06 16:10:02 +03:00
parent a7f8160091
commit ca600423ec

View file

@ -555,6 +555,9 @@
.bookButton {
@apply --marketplaceButtonStylesPrimary;
/* Clear padding that is set for link elements looking like buttons */
padding: 0;
}
.closedListingButton {