cyp/app/css/elements/song.less

21 lines
310 B
Plaintext
Raw Normal View History

2020-03-09 21:26:39 +08:00
cyp-song {
2020-03-10 17:07:30 +08:00
.item;
2020-03-09 21:26:39 +08:00
2020-03-11 17:55:18 +08:00
.info {
2020-03-09 21:26:39 +08:00
flex-grow: 1;
2020-03-10 23:02:28 +08:00
min-width: 0; // bez tohoto se odmita zmensit
2020-03-11 17:55:18 +08:00
.flex-column;
2020-03-09 21:26:39 +08:00
2020-03-11 17:55:18 +08:00
/* FIXME toto je relikt z .component
2020-03-09 21:26:39 +08:00
.icon {
color: var(--primary);
margin-right: var(--icon-spacing);
filter: drop-shadow(var(--text-shadow));
}
2020-03-11 17:55:18 +08:00
*/
2020-03-09 21:26:39 +08:00
2020-03-11 17:55:18 +08:00
.subtitle { .ellipsis; }
2020-03-09 21:26:39 +08:00
}
}
2020-03-11 17:55:18 +08:00