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; text-align: center;
} }
.primary { .controls paper-icon-button {
width: 60px; width: 44px;
height: 60px; height: 44px;
}
paper-icon-button.primary {
width: 56px !important;
height: 56px !important;
background-color: var(--primary-color); background-color: var(--primary-color);
color: white; color: white;
border-radius: 50%; border-radius: 50%;
padding: 5px; padding: 8px;
} }
[invisible] { [invisible] {