Files
web/components/HotelReservation/EnterDetails/Payment/GuaranteeDetails/guaranteeDetails.module.css
2024-10-30 09:44:49 +00:00

23 lines
323 B
CSS

.content {
display: flex;
flex-direction: column;
gap: var(--Spacing-x1);
padding-top: var(--Spacing-x2);
}
.content ol {
margin: 0;
}
.summary {
list-style: none;
display: flex;
align-items: center;
gap: var(--Spacing-x-half);
}
.summary::-webkit-details-marker,
.summary::marker {
display: none;
}