Some styles fixes on auth pages of customer and footer bottom

This commit is contained in:
Prashant Singh 2019-04-07 03:44:18 +05:30
parent 1033bd8d31
commit c7482f576e
2 changed files with 6 additions and 5 deletions

View File

@ -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 {
}
}
}
}
}

View File

@ -1,7 +1,9 @@
@extends('shop::layouts.master')
@section('page_title')
{{ __('shop::app.customer.login-form.page-title') }}
@endsection
@section('content-wrapper')
<div class="auth-content">