lostplaces-frontend/components/02_Molecules/messageList/_messageList.scss

16 lines
293 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;
}
}