lostplaces-frontend/components/02_Molecules/messageList/_messageList.scss
2020-08-12 21:31:04 +02:00

15 lines
235 B
SCSS

.LP-MessageList{
padding: 25px;
.LP-MessageList__List{
padding: 0;
margin: 0;
list-style-type: none;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.LP-MessageList__Item{
margin: 5px 0;
}
}