From 126f850f9fcb72cd8e3015a42987fa060e6b5c59 Mon Sep 17 00:00:00 2001 From: NicolasCantu Date: Wed, 23 Oct 2024 10:50:07 +0200 Subject: [PATCH] CopyPaste Address + Address To Emoji + Popup changes --- public/style/4nk.css | 54 ++++++++++- src/html/confirmation-modal.html | 10 +- src/html/home.html | 7 ++ src/services/routing.service.ts | 7 +- src/services/service.ts | 154 ++++++++++++++++++++++++++++++- 5 files changed, 221 insertions(+), 11 deletions(-) diff --git a/public/style/4nk.css b/public/style/4nk.css index 75b44ea..e40db44 100644 --- a/public/style/4nk.css +++ b/public/style/4nk.css @@ -21,10 +21,16 @@ body { height: 100vh; } .message { + margin: 30px 0; font-size: 14px; overflow-wrap: anywhere; } + .message strong{ + font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", sans-serif; + font-size: 20px; + } + /** Modal Css */ .modal { display: none; @@ -36,6 +42,7 @@ body { background-color: rgba(0, 0, 0, 0.5); justify-content: center; align-items: center; + z-index: 3; } .modal-content { @@ -161,7 +168,7 @@ body { display: flex; padding: 1rem; box-sizing: border-box; - max-height: 50vh; + max-height: 60vh; } h1 { @@ -267,6 +274,49 @@ body { align-items: center; height: 200px; } + + .emoji-display { + font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", sans-serif; + font-size: 20px; + + } + + #emoji-display-2{ + margin-top: 30px; + font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", sans-serif; + font-size: 20px; + } + + #okButton{ + margin-bottom: 2em; + cursor: pointer; + background-color: #D0D0D7; + color: white; + border-style: none; + border-radius: 5px; + color: #000; + padding: 2px; + margin-top: 10px; + } + + .pairing-request { + font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", sans-serif; + font-size: 14px; + margin-top: 0px; + } + + .sp-address-btn { + margin-bottom: 2em; + cursor: pointer; + background-color: #D0D0D7; + color: white; + border-style: none; + border-radius: 5px; + color: #000; + padding: 2px; + + } + .camera-card { display: flex; justify-content: center; @@ -345,7 +395,7 @@ body { display: flex; justify-content: center; align-items: center; - margin-bottom: 20px; + margin-bottom: 0px; } diff --git a/src/html/confirmation-modal.html b/src/html/confirmation-modal.html index 1d9fff1..6face18 100644 --- a/src/html/confirmation-modal.html +++ b/src/html/confirmation-modal.html @@ -2,11 +2,11 @@ +

Or

+ +
+