From 29f365e257fc9a7098eba2f32e2e40e291ad13dc Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 13 May 2022 11:02:54 +0200 Subject: [PATCH] refactor scss to bootstrap scss on element --- frontend/src/components/Auth/MobileStart.vue | 24 +++++++++++--------- frontend/src/layouts/AuthLayout_gdd.vue | 10 +++----- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/frontend/src/components/Auth/MobileStart.vue b/frontend/src/components/Auth/MobileStart.vue index 75c34184c..0602d56ed 100644 --- a/frontend/src/components/Auth/MobileStart.vue +++ b/frontend/src/components/Auth/MobileStart.vue @@ -21,7 +21,7 @@ @@ -33,7 +33,7 @@ > @@ -75,18 +75,26 @@ export default { } /* background maske */ -@media screen and (min-width: 1024px) { +@media screen and (max-width: 1024px) { .mobil-start-box #img3 { - top: -120px; + width: 100%; + top: -100px; } } @media screen and (max-width: 991px) { .mobil-start-box #img3 { + width: 100%; top: -148px; } } +@media screen and (max-height: 740px) { + .mobil-start-box #img3 { + width: 115%; + } +} + @media screen and (max-width: 650px) { .mobil-start-box #img3 { width: 115%; @@ -103,13 +111,7 @@ export default { } } -@media screen and (max-height: 740px) { - .mobil-start-box #img3 { - width: 115%; - } -} - -@media screen and (max-width: 300px) { +@media screen and (max-width: 310px) { .mobil-start-box #img3 { width: 145%; left: -94px; diff --git a/frontend/src/layouts/AuthLayout_gdd.vue b/frontend/src/layouts/AuthLayout_gdd.vue index 3980e3d08..d2f0f748a 100644 --- a/frontend/src/layouts/AuthLayout_gdd.vue +++ b/frontend/src/layouts/AuthLayout_gdd.vue @@ -2,7 +2,7 @@
- +
@@ -19,8 +19,8 @@
- - + + @@ -135,10 +135,6 @@ export default { } .auth-template { overflow-x: hidden; - height: 100%; -} -.auth-header { - z-index: 999; } .bg-txt-box {