From c7482f576ec79b3c03119239b35c8b4c75a8e0a3 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Sun, 7 Apr 2019 03:44:18 +0530 Subject: [PATCH] Some styles fixes on auth pages of customer and footer bottom --- packages/Webkul/Shop/src/Resources/assets/scss/app.scss | 9 ++++----- .../Resources/views/customers/session/index.blade.php | 2 ++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/Webkul/Shop/src/Resources/assets/scss/app.scss b/packages/Webkul/Shop/src/Resources/assets/scss/app.scss index 9a1993837..52a805476 100755 --- a/packages/Webkul/Shop/src/Resources/assets/scss/app.scss +++ b/packages/Webkul/Shop/src/Resources/assets/scss/app.scss @@ -1407,9 +1407,8 @@ section.slider-block { } .footer-bottom { - margin-top: -16px; width: 100%; - height: 120px; + height: 70px; font-size: 16px; color: $font-color-light; letter-spacing: -0.26px; @@ -2927,8 +2926,8 @@ section.review { //customers auth page css goes here .auth-content { - padding-top: 15%; - padding-bottom: 15%; + padding-top: 5%; + padding-bottom: 5%; .sign-up-text { margin-bottom: 2%; @@ -4103,4 +4102,4 @@ section.review { } } } -} \ No newline at end of file +} diff --git a/packages/Webkul/Shop/src/Resources/views/customers/session/index.blade.php b/packages/Webkul/Shop/src/Resources/views/customers/session/index.blade.php index e24b7a24b..8cff079eb 100755 --- a/packages/Webkul/Shop/src/Resources/views/customers/session/index.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/customers/session/index.blade.php @@ -1,7 +1,9 @@ @extends('shop::layouts.master') + @section('page_title') {{ __('shop::app.customer.login-form.page-title') }} @endsection + @section('content-wrapper')