update icons

This commit is contained in:
Luke Pulverenti 2016-06-19 01:26:52 -04:00
parent 155f14246b
commit de7178ecec
20 changed files with 141 additions and 136 deletions

View file

@ -52,10 +52,10 @@
}
[is="emby-button"].fab i {
height: 4.4vh;
width: 4.4vh;
height: 40px;
width: 40px;
vertical-align: middle;
font-size: 4.4vh;
font-size: 40px;
}
[is="emby-button"].noflex {
@ -110,6 +110,12 @@
margin-left: .5em;
}
[is="emby-button"]:not(.autoSize) i {
font-size: 24px;
width: 24px;
height: 24px;
}
[is=emby-button].autoSize {
width: auto !important;
height: auto !important;