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