1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/components/guide/programs.scss

20 lines
246 B
SCSS
Raw Normal View History

2018-10-23 01:13:23 +03:00
.newTvProgram {
2020-01-19 14:40:47 +01:00
background: #38c;
color: #fff;
2018-10-23 01:13:23 +03:00
}
.liveTvProgram {
2020-01-19 14:40:47 +01:00
background: #c33;
color: #fff;
2018-10-23 01:13:23 +03:00
}
.premiereTvProgram {
2020-01-19 14:40:08 +01:00
background: #ef6c00;
color: #fff;
2018-10-23 01:13:23 +03:00
}
.repeatTvProgram {
background: #009688;
color: #fff;
}