From 93e02b830b685fc6a5ed5eefa30028e858295de5 Mon Sep 17 00:00:00 2001 From: Johnny shultz Date: Thu, 28 Aug 2025 15:11:58 -0400 Subject: [PATCH] CASH-1184 CASH-1184 added new sections and edit link on mobile-details --- src/layouts/mobile-details/mobile-details.vue | 57 ++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/src/layouts/mobile-details/mobile-details.vue b/src/layouts/mobile-details/mobile-details.vue index dd2ddf9a5..33e2962cf 100644 --- a/src/layouts/mobile-details/mobile-details.vue +++ b/src/layouts/mobile-details/mobile-details.vue @@ -7,11 +7,22 @@

- +
+ + +

+ + @@ -175,5 +203,32 @@ export default { font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; font-weight: 600; color: $black; + margin-top: 0; +} +.provide-address-header { + font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; + font-weight: 600; + color: $black; + line-height: 26px; + letter-spacing: 0.03rem; +} +.keys-message { + background-color: #FFF5EB; + color: #4D5151; + display: flex; + justify-content: center; + align-items: center; + text-align: center; + padding: 8px 16px 8px 16px; + min-height: 58.5px; + line-height:26px; + margin-top: 20px; + margin-bottom: 20px; + border-radius: 5px; + letter-spacing:0; +} +.date-time-edit { + display: flex; + justify-content: space-between; }