From 9542bd1e329a5ce64feba5e2a39f56ba4a724a02 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 3 Jun 2022 12:44:21 +0300 Subject: [PATCH] Quick contact change dropdown to drop with card and default shadow --- sharedComponents/quick-contact/quick-contact.component.css | 2 +- sharedComponents/quick-contact/quick-contact.component.html | 6 +++--- sharedComponents/quick-contact/quick-contact.component.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sharedComponents/quick-contact/quick-contact.component.css b/sharedComponents/quick-contact/quick-contact.component.css index bbf6017c..aaab185d 100644 --- a/sharedComponents/quick-contact/quick-contact.component.css +++ b/sharedComponents/quick-contact/quick-contact.component.css @@ -5,7 +5,7 @@ z-index: 980; } -.uk-dropdown { +.uk-drop { max-height: 550px; height: calc(80vh - 100px); width: 400px; diff --git a/sharedComponents/quick-contact/quick-contact.component.html b/sharedComponents/quick-contact/quick-contact.component.html index cc7bab9b..28f33844 100644 --- a/sharedComponents/quick-contact/quick-contact.component.html +++ b/sharedComponents/quick-contact/quick-contact.component.html @@ -4,9 +4,9 @@ {{contact}} -
-
+
+
Send a message diff --git a/sharedComponents/quick-contact/quick-contact.component.ts b/sharedComponents/quick-contact/quick-contact.component.ts index 67adf85d..eb5bbac4 100644 --- a/sharedComponents/quick-contact/quick-contact.component.ts +++ b/sharedComponents/quick-contact/quick-contact.component.ts @@ -54,7 +54,7 @@ export class QuickContactComponent implements OnInit, OnDestroy { } public close() { - UIkit.dropdown(this.drop.nativeElement).hide(); + UIkit.drop(this.drop.nativeElement).hide(); } public send(event) {