From 8ce7773d3a5d5a09a70cc864f58d65135234aca7 Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 16 Jun 2023 13:50:40 +0200 Subject: [PATCH] wait #6042 @0:30 --- resources/styles/components/my-account.styl | 21 +++++++++++++++++++ resources/styles/components/signin.styl | 4 ++++ .../views/pages/change_password.blade.php | 2 +- .../views/pages/forgot_password.blade.php | 2 +- resources/views/pages/my_account.blade.php | 15 +++++++------ resources/views/pages/sign_in.blade.php | 2 +- 6 files changed, 37 insertions(+), 9 deletions(-) diff --git a/resources/styles/components/my-account.styl b/resources/styles/components/my-account.styl index 933cca3..60ed4c1 100644 --- a/resources/styles/components/my-account.styl +++ b/resources/styles/components/my-account.styl @@ -1,9 +1,25 @@ .account + .text-block + padding-left: 35px !important + +above($breakpoint-columns) + padding-left: 5vw !important + &-header-list min-width: 281px !important right: 0 &-nav-container + position relative + &:after + content: "" + background: linear-gradient(-90deg, #fff, transparent) + width: 100px + height: 100% + position: absolute + right: 0 + top: 0 + + &-nav-wrapper overflow-x: auto -ms-overflow-style: none scrollbar-width: none @@ -19,6 +35,11 @@ &:not(:last-child) margin-right: 44px + &:last-child + margin-right: 54px + +above($breakpoint-columns) + margin-right: 0 + &:hover,&.active color: theme('colors.primary') diff --git a/resources/styles/components/signin.styl b/resources/styles/components/signin.styl index f0102a9..63dba2a 100644 --- a/resources/styles/components/signin.styl +++ b/resources/styles/components/signin.styl @@ -1,5 +1,9 @@ .signin max-width: 744px + padding: 35px + +above($breakpoint-columns) + padding: 6rem + label padding: 0 !important [type="checkbox"] diff --git a/resources/views/pages/change_password.blade.php b/resources/views/pages/change_password.blade.php index 53595e9..7da5de1 100644 --- a/resources/views/pages/change_password.blade.php +++ b/resources/views/pages/change_password.blade.php @@ -5,7 +5,7 @@ @extends('layouts/app') @section('content') -
+