From 396544e8797bc5a1e55ba6a2c9e437a981ab7a6e Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Wed, 19 Sep 2018 19:20:02 +0200 Subject: [PATCH] components/modal: Fixed ugly overlap and no styles for logging in/out modals --- marko/components/menu/index.marko | 19 +++++++++---------- marko/components/modal/index.marko | 20 +++++++++++--------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/marko/components/menu/index.marko b/marko/components/menu/index.marko index bacb2fe..84dc66e 100644 --- a/marko/components/menu/index.marko +++ b/marko/components/menu/index.marko @@ -5,17 +5,16 @@ User Login Logout (${input.user.name}) - - -

Logging you in...

-

You may be redirected to Auth0 if it's been a while.

-
- -

Logging you out...

-

You can probably log back in without entering your info if you're quick.

-
input.user is missing! - \ No newline at end of file + + +

Logging you in...

+

You may be redirected to Auth0 if it's been a while.

+
+ +

Logging you out...

+

You can probably log back in without entering your info if you're quick.

+
\ No newline at end of file diff --git a/marko/components/modal/index.marko b/marko/components/modal/index.marko index 918b12a..78c5ca8 100644 --- a/marko/components/modal/index.marko +++ b/marko/components/modal/index.marko @@ -1,10 +1,12 @@ - -
-
-
Close
+ - \ No newline at end of file + +
\ No newline at end of file