12 lines
226 B
CSS
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);
|
|
}
|