Files
monitor-im-flur/src/components/DepartureList/style.module.css
Arif Hasanic 380e74bb2f
All checks were successful
CI / build (push) Successful in 15s
CI / lint (push) Successful in 10s
CI / create-and-publish-docker-image (push) Successful in 15s
good commit
2025-09-24 20:17:01 +02:00

24 lines
463 B
CSS

.container {
display: flex;
flex-direction: column;
align-items: stretch;
padding: 0 10px 20px 10px;
margin-bottom: 20px;
border-top: 2px solid white;
border-left: 2px solid white;
border-bottom: 2px solid #828282;
border-right: 2px solid #828282;
}
.departureLists {
display: flex;
flex-direction: row;
justify-content: space-around;
width: 100%;
}
.heading {
text-align: left;
padding-left: 30px;
}