Merge pull request #260 from cytec/fix-control-icon-size

use $plyr-control-icon-size in sass file
This commit is contained in:
Sam Potts 2016-06-02 10:41:36 +01:00
commit af774b6f02

View File

@ -294,8 +294,8 @@
color: inherit; color: inherit;
svg { svg {
width: 18px; width: $plyr-control-icon-size;
height: 18px; height: $plyr-control-icon-size;
display: block; display: block;
fill: currentColor; fill: currentColor;
} }