Tweak media player card controls

This commit is contained in:
Paulus Schoutsen 2016-04-10 15:16:55 -07:00
parent 00e575259f
commit f82f6629cc

View File

@ -63,13 +63,18 @@
text-align: center;
}
.primary {
width: 60px;
height: 60px;
.controls paper-icon-button {
width: 44px;
height: 44px;
}
paper-icon-button.primary {
width: 56px !important;
height: 56px !important;
background-color: var(--primary-color);
color: white;
border-radius: 50%;
padding: 5px;
padding: 8px;
}
[invisible] {