feat: demo radius tweaks

This commit is contained in:
Sam Potts 2020-10-19 21:38:56 +11:00
parent c77ba3ecf0
commit 102fb1a32f
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// Example players // Example players
.plyr { .plyr {
border-radius: $border-radius-base; border-radius: $border-radius-large;
box-shadow: 0 2px 15px rgba(#000, 0.1); box-shadow: 0 2px 15px rgba(#000, 0.1);
margin: $spacing-base auto; margin: $spacing-base auto;

View File

@ -7,6 +7,7 @@ $arrow-size: 5px;
// Radii // Radii
$border-radius-base: 4px; $border-radius-base: 4px;
$border-radius-large: 8px;
// Background // Background
$page-background: linear-gradient(to left top, $color-background-from, $color-background-to); $page-background: linear-gradient(to left top, $color-background-from, $color-background-to);