Files
monitor-im-flur/src/components/DepartureList/style.module.css

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;
}