Files
front-AT/app/Components/StepNavigator/StepNavigator.css
T

10 lines
208 B
CSS
Raw Normal View History

2025-09-02 19:50:17 -04:00
.receipt {
max-width: 600px;
margin-top: 1rem;
border: 1px solid #e5e7eb;
border-radius: 4px;
background-color: #f9fafb;
padding: 1rem;
display: flex;
flex-direction: column;
}