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; }