Converted to SASS/SCSS

This commit is contained in:
Sam Potts
2017-12-20 15:14:05 +00:00
parent aab53fa91f
commit 6864149989
79 changed files with 7008 additions and 9976 deletions

View File

@ -0,0 +1,12 @@
// --------------------------------------------------------------
// Badges
// --------------------------------------------------------------
.plyr__badge {
background: $plyr-menu-color;
border-radius: 2px;
color: $plyr-menu-bg;
font-size: $plyr-font-size-badge;
line-height: 1;
padding: 3px 4px;
}