Files
web/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/GuaranteeInfo/guaranteeInfo.module.css
Christel Westerberg b563a83f10 Merged in fix/STAY-132 (pull request #3283)
fix: align guarantee info button and text to the right regardless of breakpoint

* fix: align guarantee info button and text to the right regardless of breakpoint


Approved-by: Erik Tiekstra
2025-12-03 07:16:51 +00:00

21 lines
276 B
CSS

.row {
align-items: center;
display: flex;
justify-content: space-between;
gap: var(--Space-x1);
}
.label {
align-items: flex-start;
display: flex;
gap: var(--Space-x1);
}
.textDefault {
color: var(--Text-Default);
}
.guaranteeInfo {
text-align: right;
}