cinny/src/app/molecules/channel-tile/ChannelTile.scss

21 lines
295 B
SCSS
Raw Normal View History

2021-07-28 13:15:52 +00:00
.channel-tile {
display: flex;
&__content {
flex: 1;
min-width: 0;
margin: 0 var(--sp-normal);
&__desc {
white-space: pre-wrap;
& a {
white-space: wrap;
}
}
& .text:not(:first-child) {
margin-top: var(--sp-ultra-tight);
}
}
}