From: soufiane Date: Tue, 21 Mar 2023 18:01:19 +0000 (+0100) Subject: wip #5790 @1:00 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0c0b30cde79c4b8033c4d3bb84ba50885ae2fa23;p=pmi.git wip #5790 @1:00 --- diff --git a/resources/styles/components/my-account.styl b/resources/styles/components/my-account.styl index ae9790d..bf5b5af 100644 --- a/resources/styles/components/my-account.styl +++ b/resources/styles/components/my-account.styl @@ -27,6 +27,9 @@ padding: 46px 96px &-address + .ajax-form:not(:last-child) + padding-bottom: 48px + border-bottom: 1px solid theme('colors.light-b') form label:first-child padding-top: 0 !important diff --git a/resources/views/pages/my_account.blade.php b/resources/views/pages/my_account.blade.php index 5e0180b..9036617 100644 --- a/resources/views/pages/my_account.blade.php +++ b/resources/views/pages/my_account.blade.php @@ -26,29 +26,29 @@

{{ __('Signaler une modification') }} -
+

{{ __('Mes coordonnées') }}

-
+
-
- +
+
+ +
diff --git a/resources/views/partials/account.blade.php b/resources/views/partials/account.blade.php index 54bc12b..02ef123 100644 --- a/resources/views/partials/account.blade.php +++ b/resources/views/partials/account.blade.php @@ -1,9 +1,12 @@