From 302d6a0eeb0b948e2fe969b3d9c90fa91a8b09ce Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Mon, 27 Apr 2026 22:01:16 -0300 Subject: [PATCH] fix: ajustes de qrcodes, links, etc. --- src/BCards.Web/Views/UserPage/Display.cshtml | 96 ++++++++++++-------- 1 file changed, 57 insertions(+), 39 deletions(-) diff --git a/src/BCards.Web/Views/UserPage/Display.cshtml b/src/BCards.Web/Views/UserPage/Display.cshtml index 9756a54..26c1391 100644 --- a/src/BCards.Web/Views/UserPage/Display.cshtml +++ b/src/BCards.Web/Views/UserPage/Display.cshtml @@ -209,31 +209,37 @@ .qrcode-toggle { width: 100%; - background: rgba(255, 255, 255, 0.1); - border: 1px solid rgba(255, 255, 255, 0.2); + background-color: var(--primary-color); + color: white !important; + border: none; border-radius: 12px; - padding: 1rem; + padding: 0.75rem 1.25rem; display: flex; align-items: center; justify-content: space-between; cursor: pointer; transition: all 0.3s ease; - color: inherit; font-size: 1rem; - font-weight: 500; + font-weight: 600; + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .qrcode-toggle:hover { - background: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.3); + background-color: var(--secondary-color); transform: translateY(-2px); - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); + box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); } .qrcode-toggle i { transition: transform 0.3s ease; } + .qrcode-toggle div { + display: flex; + align-items: center; + gap: 0.75rem; + } + .qrcode-container { margin-top: 1rem; padding: 1.5rem; @@ -550,13 +556,13 @@
-

Escaneie para compartilhar esta página

+

Escaneie o QR Code para abrir no celular

@@ -594,8 +600,8 @@
@section Scripts { - - + +