update components

This commit is contained in:
Luke Pulverenti 2016-06-11 11:55:39 -04:00
parent 84945cabc4
commit ab2d2eaf94
111 changed files with 4302 additions and 3100 deletions

View file

@ -54,7 +54,6 @@
[is="emby-button"].fab i {
height: 4.4vh;
width: 4.4vh;
font-size: 4.4vh;
vertical-align: middle;
}
@ -63,17 +62,16 @@
}
[is="emby-button"].fab.mini {
padding: .4em;
min-width: 40px !important;
min-height: 40px !important;
height: 3.3vh !important;
width: 3.3vh !important;
padding: .4em;
}
[is="emby-button"].fab.mini i {
height: 2.6vh !important;
width: 2.6vh !important;
font-size: 2.6vh !important;
}
[is="emby-button"].fab iron-icon {
@ -82,6 +80,10 @@
vertical-align: middle;
}
[is="emby-button"].fab i {
vertical-align: middle;
}
[is="emby-button"].block {
display: block;
align-items: center;
@ -103,7 +105,7 @@
margin-left: .5em;
}
[is=emby-button].autoSize, [is=emby-button].autoSize.fab {
[is=emby-button].autoSize {
width: auto !important;
height: auto !important;
}