From f29cb5e5467f086ff648875f769aa8fa135774df Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 27 Sep 2023 11:51:16 +0200 Subject: [PATCH] wip #6182 @1:30 intro et outro --- style/105-outro.sass | 6 ++++++ views/screens/outro.blade.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/style/105-outro.sass b/style/105-outro.sass index f51f0fc..1bedb26 100644 --- a/style/105-outro.sass +++ b/style/105-outro.sass @@ -256,6 +256,10 @@ margin-bottom: 12px text-align: center position: relative + display: flex + font-size: 22px + svg + height: 18px .subtitle display: none #answers-list @@ -266,6 +270,8 @@ footer width: 100% bottom: 0 + .btn + font-size: 18px .restart-sentence, .btn.restart diff --git a/views/screens/outro.blade.php b/views/screens/outro.blade.php index 974b769..dd0a2a0 100644 --- a/views/screens/outro.blade.php +++ b/views/screens/outro.blade.php @@ -57,7 +57,7 @@ @endif - + {{$__('Review answers')}} -- 2.39.5