From 53d524c7f5207f35c0563c3bf53f0dc68cf3491b Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 14 Apr 2022 09:26:29 +0200 Subject: [PATCH] style work to end --- frontend/src/components/Auth/Carousel.vue | 5 +-- frontend/src/components/Auth/Header.vue | 19 ++++----- frontend/src/layouts/AuthLayout_gdd.vue | 47 ++++++++++++----------- 3 files changed, 35 insertions(+), 36 deletions(-) diff --git a/frontend/src/components/Auth/Carousel.vue b/frontend/src/components/Auth/Carousel.vue index ec65c11bb..8ab41ebaf 100644 --- a/frontend/src/components/Auth/Carousel.vue +++ b/frontend/src/components/Auth/Carousel.vue @@ -6,7 +6,6 @@ :interval="30000" controls indicators - background="#ababab" @sliding-start="onSlideStart" @sliding-end="onSlideEnd" > @@ -40,11 +39,11 @@ export default { .carousel { position: relative; height: 100%; - border-radius: 0% 50% 70% 0%/50% 70% 70% 50%; + /*border-radius: 0% 50% 70% 0%/50% 70% 70% 50%;*/ } .carousel-inner { height: 100%; - border-radius: 0% 50% 70% 0%/50% 70% 70% 50%; + border-radius: 0 94% 63% 0/0 78% 54% 0; } @media screen and (max-width: 1398px) { diff --git a/frontend/src/components/Auth/Header.vue b/frontend/src/components/Auth/Header.vue index 1328cc138..9d062adff 100644 --- a/frontend/src/components/Auth/Header.vue +++ b/frontend/src/components/Auth/Header.vue @@ -10,19 +10,13 @@ - {{ $t('auth.navbar.overGradido') }} + + {{ $t('auth.navbar.overGradido') }} + - {{ $t('auth.navbar.greatCooperation') }} + {{ $t('signup') }} - {{ $t('auth.navbar.podcast') }} - - {{ $t('auth.navbar.press') }} - - {{ $t('auth.navbar.contact') }} - - {{ $t('signup') }} - - {{ $t('signin') }} + {{ $t('signin') }} @@ -58,6 +52,9 @@ export default { }