initial commit
This commit is contained in:
21
src/app/molecules/channel-tile/ChannelTile.scss
Normal file
21
src/app/molecules/channel-tile/ChannelTile.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
.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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user