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

18 lines
349 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:33:45 +01:00
// this shouldn't know about the card width
// will come back to this for the redesign - sean
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
}