diff --git a/frontend/public/img/template/gold_03.png b/frontend/public/img/template/gold_03.png deleted file mode 100644 index 0704c997a..000000000 Binary files a/frontend/public/img/template/gold_03.png and /dev/null differ diff --git a/frontend/src/components/Auth/AuthMobileStart.vue b/frontend/src/components/Auth/AuthMobileStart.vue deleted file mode 100644 index 690b8f895..000000000 --- a/frontend/src/components/Auth/AuthMobileStart.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - - {{ $t('auth.left.gratitude') }} - - - {{ $t('auth.left.oneGratitude') }} - - - - - - - - - {{ $t('signup') }} - - - {{ $t('auth.left.hasAccount') }} - - {{ $t('auth.left.hereLogin') }} - - - - - - - - - diff --git a/frontend/src/components/Auth/AuthNavbar.vue b/frontend/src/components/Auth/AuthNavbar.vue index 1192d6db3..73602c48a 100644 --- a/frontend/src/components/Auth/AuthNavbar.vue +++ b/frontend/src/components/Auth/AuthNavbar.vue @@ -1,7 +1,7 @@ - - + + - - - - - {{ $t('auth.navbar.aboutGradido') }} - + {{ $t('signup') }} {{ $t('math.pipe') }} {{ $t('signin') }} @@ -49,18 +44,10 @@ export default { color: #0e79bc !important; } -.navbar-toggler { - font-size: 2.25rem; -} - .authNavbar > .router-link-exact-active { color: #383838 !important; } -button.navbar-toggler > span.navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(4, 112, 6, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); -} - .auth-header { font-family: 'Open Sans', sans-serif !important; } diff --git a/frontend/src/components/Auth/AuthNavbarSmall.vue b/frontend/src/components/Auth/AuthNavbarSmall.vue index 836e72aeb..cc0087560 100644 --- a/frontend/src/components/Auth/AuthNavbarSmall.vue +++ b/frontend/src/components/Auth/AuthNavbarSmall.vue @@ -1,6 +1,6 @@ - + {{ $t('signup') }} {{ $t('math.pipe') }} @@ -15,3 +15,9 @@ export default { name: 'AuthNavbarSmall', } + diff --git a/frontend/src/layouts/AuthLayout.spec.js b/frontend/src/layouts/AuthLayout.spec.js index 30c858ea5..4a1d7fef0 100644 --- a/frontend/src/layouts/AuthLayout.spec.js +++ b/frontend/src/layouts/AuthLayout.spec.js @@ -36,20 +36,6 @@ describe('AuthLayout', () => { wrapper = Wrapper() }) - describe('Mobile Version Start', () => { - beforeEach(() => { - wrapper.findComponent({ name: 'AuthMobileStart' }).vm.$emit('set-mobile-start', true) - }) - - it('has Component AuthMobileStart', () => { - expect(wrapper.findComponent({ name: 'AuthMobileStart' }).exists()).toBe(true) - }) - - it('has Component AuthNavbarSmall', () => { - expect(wrapper.findComponent({ name: 'AuthNavbarSmall' }).exists()).toBe(true) - }) - }) - describe('Desktop Version Start', () => { beforeEach(() => { wrapper.vm.mobileStart = false diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue index 46f58a4a2..948775952 100644 --- a/frontend/src/layouts/AuthLayout.vue +++ b/frontend/src/layouts/AuthLayout.vue @@ -1,10 +1,5 @@ - @@ -20,11 +15,11 @@ - - - + + + - + @@ -74,20 +69,18 @@ - + -