Files
web/packages/booking-flow/lib/components/EnterDetails/Payment/GuaranteeInfo/guaranteeInfo.module.css
2025-11-24 07:24:52 +00:00

22 lines
295 B
CSS

.content {
display: grid;
gap: var(--Space-x3);
align-content: start;
margin-top: var(--Space-x2);
}
.closeButton {
justify-self: stretch;
}
@media screen and (min-width: 768px) {
.dialog {
width: 560px;
}
.closeButton {
justify-self: end;
min-width: 150px;
}
}