From 28bb7711d9df2afaeb6064905775275149aa97f8 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 7 Jan 2022 16:15:42 +0100 Subject: [PATCH] feat: add button component --- src/components/Button.vue | 52 +++++++++++++++++++++++++++++++++++++++ src/components/Prose.vue | 3 ++- src/views/Home.vue | 30 +++++++++++++++++++++- 3 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 src/components/Button.vue diff --git a/src/components/Button.vue b/src/components/Button.vue new file mode 100644 index 0000000..6e596de --- /dev/null +++ b/src/components/Button.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/src/components/Prose.vue b/src/components/Prose.vue index 9cd3a1d..8c90220 100644 --- a/src/components/Prose.vue +++ b/src/components/Prose.vue @@ -14,7 +14,8 @@ h2, h3, p, - .quickfacts { + .quickfacts, + .btn-group { max-width: 55rem; margin: { left: 1rem; diff --git a/src/views/Home.vue b/src/views/Home.vue index 3c69b3e..ff81fbd 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -10,15 +10,43 @@ Want to learn more about this handsome dragon? You've come to the right place!

+ +

+ Or if you just want to download the complete ref sheet you can do so here: +

+ +
+ Download SFW (10 MB) + Download NSFW (10,2 MB) +
+ +