More work on variable usage

This commit is contained in:
Sam Potts
2019-04-11 20:50:20 +10:00
parent 848e798809
commit 996075decc
13 changed files with 69 additions and 85 deletions

View File

@ -6,7 +6,7 @@
background: $plyr-badge-bg;
border-radius: 2px;
color: $plyr-badge-color;
font-size: $plyr-font-size-badge;
font-size: var(--plyr-font-size-badge);
line-height: 1;
padding: 3px 4px;
}