Files

13 lines
236 B
CSS
Raw Permalink Normal View History

2025-09-03 20:41:25 -04:00
.stepNavigator {
2025-09-24 16:22:31 -06:00
position: relative;
width: 100%;
max-width: 600px;
margin-top: 1rem;
border: 1px solid #e5e7eb;
border-radius: 4px;
background-color: #f9fafb;
padding: 1rem;
display: flex;
flex-direction: column;
}