feat: demo style tweaks

This commit is contained in:
Sam Potts
2023-03-18 23:52:09 +11:00
parent 8da1a78342
commit ae59c117b5
10 changed files with 66 additions and 70 deletions

View File

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