move emby-webcomponents to components and reflect paths

This commit is contained in:
vitorsemeano 2019-02-23 18:05:42 +00:00
parent e91cbf8438
commit 6ddc62857d
275 changed files with 20 additions and 20 deletions

View file

@ -0,0 +1,40 @@
.iconOsd {
position: fixed;
top: 7%;
right: 3%;
z-index: 100000;
background: #222;
background: rgba(0, 0, 0, .8);
padding: 1em;
color: #fff;
backdrop-filter: blur(5px);
border-radius: .25em;
transition: opacity 200ms ease-out;
}
.iconOsd-hidden {
opacity: 0;
}
.iconOsdIcon {
font-size: 320%;
display: block;
margin: .25em .7em;
}
.iconOsdProgressOuter {
margin: 1.5em .25em 1em;
height: .35em;
background: #222;
border-radius: .25em;
}
.iconOsdProgressInner {
background: #00a4dc;
height: 100%;
border-radius: .25em;
}
.brightnessOsdProgressInner {
background: #FF9800;
}