Styling tweaks for demo

This commit is contained in:
Sam Potts
2019-06-20 23:50:46 +10:00
parent 97d9228bed
commit 2e40b91ec1
40 changed files with 442 additions and 433 deletions
+7 -3
View File
@@ -5,7 +5,7 @@
// Example players
.plyr {
border-radius: $border-radius-base;
box-shadow: 0 2px 5px rgba(#000, 0.2);
box-shadow: 0 2px 15px rgba(#000, 0.1);
margin: $spacing-base auto;
&.plyr--audio {
@@ -27,6 +27,10 @@
}
// Style full supported player
.plyr__cite .icon {
margin-right: ceil($spacing-base / 6);
.plyr__cite {
color: $color-gray-5;
.icon {
margin-right: ceil($spacing-base / 6);
}
}