cinny/src/app/molecules/channel-tile/ChannelTile.scss
2021-07-28 18:45:52 +05:30

21 lines
No EOL
295 B
SCSS

.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);
}
}
}