move emby-webcomponents to components and reflect paths
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.newTvProgram {
|
||||
background: #3388cc;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.liveTvProgram {
|
||||
background: #cc3333;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.premiereTvProgram {
|
||||
background: #EF6C00;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.repeatTvProgram {
|
||||
background: #009688;
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user