From 84e1b3660dbee8475f7f852e9c419d7da22e062b Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 31 May 2021 22:53:12 +0200 Subject: [PATCH] feat: added sponsor button --- layouts/default.vue | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index 3be1a7b6..aec59daf 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -83,21 +83,33 @@ - - Bug / Request - About mdi-github + + + Sponsor this project by supporting the developer + @@ -178,7 +190,6 @@ export default class DefaultLayout extends Vue { text-decoration: none; transition: all ease 0.2s; margin: 0 10px; - opacity: 0.5; font-size: 15px; &.title { @@ -189,19 +200,11 @@ export default class DefaultLayout extends Vue { opacity: 1; color: var(--v-primary-base); } - } - - .github-link { - border-bottom: none; - margin-left: 10px; - transition: all ease 0.2s; - - .v-icon { - font-size: 37px !important; - color: var(--v-primary-base); - transition: all ease 0.2s; - transition: all ease 0.2s; + &.v-btn { + font-size: 15px; + background: var(--v-primary-base) !important; + background: linear-gradient(90deg, rgba(37,99,108,1) 0%, rgba(71,177,113,1) 100%) !important; } } }