Files
front-AT/app/(private)/AgregarTiempo/addTime.css
T
2025-10-08 12:01:52 -06:00

12 lines
226 B
CSS

.addTime {
position: relative;
max-width: 600px;
margin-top: 1rem;
border-radius: 4px;
background-color: #fff;
padding: 1rem;
display: flex;
flex-direction: column;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}