15 lines
235 B
SCSS
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;
|
|
}
|
|
} |