Merged in fix/STAY-37-arrow-margin (pull request #3236)
Fix/STAY-37 arrow margin * fix: mobile padding on button * fix: remove deprecated button and fix border radius on booking widget button Approved-by: Erik Tiekstra
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.priceDetailsButton {
|
||||
padding: 0 var(--Space-x2);
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.room {
|
||||
background-color: transparent;
|
||||
@@ -86,4 +90,8 @@
|
||||
display: block;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.priceDetailsButton {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user