From ce8218d85a2fa5030b781a138729cc00e8428269 Mon Sep 17 00:00:00 2001 From: robsongajunior Date: Mon, 13 Jan 2025 13:56:25 -0300 Subject: [PATCH] fix: remove external links from CardShowCase --- src/templates/cardshowcase/CardShowCase.vue | 50 ++++++--------------- 1 file changed, 13 insertions(+), 37 deletions(-) diff --git a/src/templates/cardshowcase/CardShowCase.vue b/src/templates/cardshowcase/CardShowCase.vue index f4d9dce6..96e9147b 100644 --- a/src/templates/cardshowcase/CardShowCase.vue +++ b/src/templates/cardshowcase/CardShowCase.vue @@ -17,65 +17,41 @@ @@ -121,7 +97,7 @@ li:nth-child(5) { left: -4rem; } } - a { + .a { background-color: #F3652B; background: linear-gradient(90deg, #F3652B 0%, var(--surface-ground) 100%); } @@ -156,7 +132,7 @@ li:nth-child(5) { left: -4rem; } } - a { + .a { background-color: #F3652B; background: linear-gradient(90deg, #F3652B 0%, var(--surface-ground) 100%); } @@ -167,7 +143,7 @@ .azion.azion-light { .border-icons { li { - a { + .a { span { background-color: var(--surface-50); } @@ -179,7 +155,7 @@ .azion.azion-dark { .border-icons { li { - a { + .a { span { background-color: var(--surface-ground); } @@ -196,7 +172,7 @@ left: 0; transition: left 800ms ease-in-out !important; - a { + .a { background-color: var(--surface-border); position: relative; top: 0;