From 10bcb93ba3fa6c20760601ec42f5281ce189063f Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 7 Apr 2022 10:19:31 +0200 Subject: [PATCH] change style for mobil and middle --- frontend/src/components/Auth/Header.vue | 28 ++++++++++++++++++------- frontend/src/pages/Login.vue | 7 ------- frontend/src/pages/Register.vue | 21 ++++++++++--------- 3 files changed, 32 insertions(+), 24 deletions(-) diff --git a/frontend/src/components/Auth/Header.vue b/frontend/src/components/Auth/Header.vue index c58a3d41a..dfb277c29 100644 --- a/frontend/src/components/Auth/Header.vue +++ b/frontend/src/components/Auth/Header.vue @@ -52,13 +52,6 @@ export default { position: sticky; } -.header-img { - position: fixed; - top: -359px; - right: 13%; - width: 385px; -} - .g-logo-radius { -webkit-border-top-right-radius: 77px; -webkit-border-bottom-right-radius: 137px; @@ -69,5 +62,26 @@ export default { border-top-right-radius: 77px; border-bottom-right-radius: 137px; border-bottom-left-radius: 0px; + z-index: 1; +} + +.header-img { + position: absolute; + top: -11px; + right: 7%; + max-width: 64%; +} + +@media screen and (max-width: 450px) { + .header-img { + position: absolute; + top: -15px; + right: 0%; + max-width: 61%; + } +} + +.navbar-toggler { + z-index: 1; } diff --git a/frontend/src/pages/Login.vue b/frontend/src/pages/Login.vue index 5a3ed028e..974518bc3 100755 --- a/frontend/src/pages/Login.vue +++ b/frontend/src/pages/Login.vue @@ -1,13 +1,6 @@