lbry-desktop/ui/scss/component/_channel-indicator.scss

16 lines
255 B
SCSS
Raw Normal View History

2017-04-08 14:25:38 +02:00
.channel-name {
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
2017-11-22 21:28:56 +01:00
.channel-name--small {
width: calc(var(--card-small-width) * 2 / 3);
}
2017-04-08 14:25:38 +02:00
.channel-indicator__icon--invalid {
2017-08-18 07:37:35 +02:00
color: var(--color-error);
2017-04-08 14:25:38 +02:00
}