Some styles fixes on auth pages of customer and footer bottom
This commit is contained in:
parent
1033bd8d31
commit
c7482f576e
|
|
@ -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 {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue