update components

This commit is contained in:
Luke Pulverenti 2016-06-10 02:54:03 -04:00
parent 59b4199fc0
commit 8144b83f54
44 changed files with 413 additions and 355 deletions

View file

@ -51,6 +51,12 @@
margin: 0;
}
[is="emby-button"].fab i {
height: 4.4vh;
width: 4.4vh;
vertical-align: middle;
}
[is="emby-button"].noflex {
display: inline-block;
}
@ -63,12 +69,21 @@
padding: .4em;
}
[is="emby-button"].fab.mini i {
height: 2.6vh !important;
width: 2.6vh !important;
}
[is="emby-button"].fab iron-icon {
width: 100%;
height: 100%;
vertical-align: middle;
}
[is="emby-button"].fab i {
vertical-align: middle;
}
[is="emby-button"].block {
display: block;
align-items: center;
@ -86,6 +101,15 @@
margin-left: .5em;
}
[is="emby-button"] i + span {
margin-left: .5em;
}
[is=emby-button].autoSize {
width: auto !important;
height: auto !important;
}
[is=paper-icon-button-light] {
position: relative;
display: inline-flex;
@ -121,19 +145,41 @@
text-transform: uppercase;
border-radius: 50%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
justify-content: center;
}
[is=paper-icon-button-light].autoSize {
width: auto !important;
height: auto !important;
}
[is=paper-icon-button-light][disabled] {
opacity: .3;
}
[is=paper-icon-button-light] i {
width: 24px;
height: 24px;
font-size: 24px;
/* Make sure its on top of the ripple */
position: relative;
z-index: 1;
vertical-align: middle;
}
.layout-tv [is=paper-icon-button-light] {
width: 4vh;
height: 4vh;
min-width: 40px;
min-height: 40px;
width: auto;
height: auto;
min-width: initial;
min-height: initial;
}
.layout-tv [is=paper-icon-button-light] i {
width: 3.7vh;
height: 3.7vh;
font-size: 3.7vh;
}
[is=paper-icon-button-light] iron-icon {
width: 100%;
height: 100%;