misuzu/assets/less/mio/classes/news/preview.less

47 lines
721 B
Text
Raw Normal View History

2018-04-16 00:33:54 +00:00
.news__preview {
margin: 0;
2018-05-20 20:12:45 +00:00
box-shadow: initial;
2018-04-16 00:33:54 +00:00
&:not(:last-child) {
margin-bottom: 2px;
}
&__listing {
flex-grow: 1;
flex-shrink: 1;
}
&__content {
display: flex;
margin: 2px;
}
&__text {
flex-grow: 1;
flex-shrink: 1;
margin-left: 2px;
}
&__info {
text-align: right;
flex-grow: 0;
flex-shrink: 0;
}
&__user {
text-decoration: none;
color: inherit;
display: inline-flex;
&__name {
font-weight: 700;
}
&__avatar {
height: 20px;
width: 20px;
margin-left: 4px;
}
}
}