diff options
author | HampusM <hampus@hampusmat.com> | 2021-06-11 13:31:07 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-06-11 13:31:07 +0200 |
commit | 7e9433762f51be2c4938481c9c33589982118033 (patch) | |
tree | 9cfc36a1d59ac3c926bfcb2e222449da14cfec5d /packages/client/src/scss/_variables.scss | |
parent | 55ab996795efdb125437d5728b50d03ac5d2612d (diff) |
Goodbye, Bootstrap & added a button component
Diffstat (limited to 'packages/client/src/scss/_variables.scss')
-rw-r--r-- | packages/client/src/scss/_variables.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/client/src/scss/_variables.scss b/packages/client/src/scss/_variables.scss new file mode 100644 index 0000000..afd2347 --- /dev/null +++ b/packages/client/src/scss/_variables.scss @@ -0,0 +1,9 @@ + +$base: 0.75rem; + +$font-size-1: $base * 2.5; +$font-size-2: $base * 2; +$font-size-3: $base * 1.75; +$font-size-4: $base * 1.5; +$font-size-5: $base * 1.125; +$font-size-6: $base;
\ No newline at end of file |