feat: auto copy button code

This commit is contained in:
Henk Verlinde
2021-06-17 11:20:48 +02:00
parent b902cb7071
commit d71ccaa66d
7 changed files with 79 additions and 58 deletions

View File

@ -24,6 +24,10 @@ $pink-500: #d32e9d;
$primary: $purple;
$color-btn-bg: $pink-500;
$color-btn-border: darken($pink-500, 5%);
$color-btn-text: $white;
// Options
//
// Quickly modify global styling by enabling or disabling optional features.