From b0e5dd45399e5704b3d627c0223a300c6b61393c Mon Sep 17 00:00:00 2001 From: Pitu <7425261+Pitu@users.noreply.github.com> Date: Sun, 16 Sep 2018 05:26:20 -0300 Subject: Styling login and register --- src/site/styles/style.scss | 36 +++++++++++++++ src/site/views/Auth/Login.vue | 31 ++----------- src/site/views/Auth/Register.vue | 98 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 138 insertions(+), 27 deletions(-) create mode 100644 src/site/views/Auth/Register.vue (limited to 'src/site') diff --git a/src/site/styles/style.scss b/src/site/styles/style.scss index 5af4087..4b8ebb6 100644 --- a/src/site/styles/style.scss +++ b/src/site/styles/style.scss @@ -139,3 +139,39 @@ section p.control button { .switch input[type=checkbox] + .check:before { background: #fbfbfb; } + +/* + Register and Login forms +*/ + +section#login, +section#register { background-color: $backgroundLight1 !important; } +section#login input, +section#register input, +section#login a.button, +section#register a.button { + font-size: 14px !important; +} +section#login input, +section#register input, +section#login p.control a.button, +section#register p.control a.button { + border-left: 0px !important; + border-top: 0px !important; + border-right: 0px !important; + border-radius: 0px !important; + box-shadow: 0 0 0 !important; +} + +section#login p.control a.button, +section#register p.control a.button { margin-left: 10px !important; } +section#login p.control a#loginBtn, +section#register p.control a#loginBtn { border-right: 0px !important; } +section#login p.control a#registerBtn, +section#register p.control a#registerBtn { border-left: 0px !important; } + +section#login a.is-text, +section#register a.is-text { + font-size: 1.25em; + line-height: 2.5em; +} diff --git a/src/site/views/Auth/Login.vue b/src/site/views/Auth/Login.vue index f5d386d..405d354 100644 --- a/src/site/views/Auth/Login.vue +++ b/src/site/views/Auth/Login.vue @@ -1,25 +1,6 @@ - - + @@ -50,17 +31,13 @@ - Register + Don't have an account? Log in - - - diff --git a/src/site/views/Auth/Register.vue b/src/site/views/Auth/Register.vue new file mode 100644 index 0000000..93f349f --- /dev/null +++ b/src/site/views/Auth/Register.vue @@ -0,0 +1,98 @@ + + + + + + + + + Dashboard Access + + + Register for a new account + + + + + + + + + + + + + + + Already have an account? + Register + + + + + + + + + -- cgit v1.2.3
- Register + Don't have an account? Log in
+ Already have an account? + Register +