misuzu/assets/less/manage/classes/listing.less

21 lines
367 B
Text
Raw Normal View History

2018-03-27 03:15:03 +00:00
.listing {
display: flex;
flex-direction: column;
&__entry {
border-right: 4px solid #a00;
padding-right: 1px;
display: block;
&:not(:last-child) {
margin-bottom: 2px;
}
&__content {
width: 100%;
background-color: #333;
min-height: 50px;
}
}
}