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

28 lines
514 B
Text
Raw Normal View History

2018-03-27 03:15:03 +00:00
.listing {
display: flex;
flex-direction: column;
&__entry {
2018-03-31 22:28:32 +00:00
border-right: 4px solid #666;
2018-03-27 03:15:03 +00:00
padding-right: 1px;
display: block;
2018-03-31 22:28:32 +00:00
text-decoration: none;
color: inherit;
2018-03-27 03:15:03 +00:00
&:not(:last-child) {
margin-bottom: 2px;
}
2018-03-31 22:28:32 +00:00
&__selector {
vertical-align: top;
}
2018-03-27 03:15:03 +00:00
&__content {
2018-03-31 22:28:32 +00:00
padding: 2px;
2018-03-27 03:15:03 +00:00
width: 100%;
background-color: #333;
min-height: 50px;
}
}
}