From: Louis Jeckel Date: Fri, 16 Oct 2020 11:46:53 +0000 (+0200) Subject: footer.blade.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0deff1a7a5f943ad4b045ac3f08cef0e7cd208cf;p=psq.git footer.blade.php --- diff --git a/resources/sass/_footer.scss b/resources/sass/_footer.scss index 05cf946..38260c1 100644 --- a/resources/sass/_footer.scss +++ b/resources/sass/_footer.scss @@ -1,17 +1,27 @@ footer { + margin-top: 50px; + .row > div { + padding: 0 2rem; + } + a:hover { + text-decoration: none; + } padding-top: 25px; - height: 80px; + min-height: 80px; background-color: #ecf5ff; p.img-link { - text-align: right; + + + font-weight: bold; text-transform: uppercase; img { width: 50px; display: inline-block; margin-right: 1rem; + margin-left: 1rem; } } } diff --git a/resources/views/account/index.blade.php b/resources/views/account/index.blade.php index 2d0b294..bc88f13 100644 --- a/resources/views/account/index.blade.php +++ b/resources/views/account/index.blade.php @@ -18,6 +18,10 @@
Vous bénéficiez d'une période d'évaluation jusqu'au {{$user->trial_ends_at->formatLocalized('%d %B %Y')}}
+ @else +
+ Vous n'avez aucun abonnement actif. +
@endif @endif @if (session('registration_complete')) diff --git a/resources/views/partials/footer.blade.php b/resources/views/partials/footer.blade.php index 374731f..075b2bd 100644 --- a/resources/views/partials/footer.blade.php +++ b/resources/views/partials/footer.blade.php @@ -1,20 +1,30 @@