From 7cd9fe5a03c10075bf2fbf3ef563642910eb72b4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 27 Sep 2023 18:14:07 +0200 Subject: [PATCH] wip #6300 @0.5 --- style/106-question-draganddrop.sass | 12 ++++++++++++ style/107-question-match.sass | 6 ++++++ views/screens/question_draganddrop_area.blade.php | 2 ++ views/screens/question_match.blade.php | 1 + 4 files changed, 21 insertions(+) diff --git a/style/106-question-draganddrop.sass b/style/106-question-draganddrop.sass index 319b899..07517d6 100644 --- a/style/106-question-draganddrop.sass +++ b/style/106-question-draganddrop.sass @@ -1,3 +1,15 @@ +[data-type="draganddrop"] + + .fill-area + background-color: $standard-fill-area + width: 120px + height: 100% + + &.area2 + right: 0 + left: auto + + .container-screen.question-draganddrop .screen-image width: auto diff --git a/style/107-question-match.sass b/style/107-question-match.sass index 1c5d848..7f29fe5 100644 --- a/style/107-question-match.sass +++ b/style/107-question-match.sass @@ -1,3 +1,9 @@ +[data-type="match"] + .fill-area + height: 160px + background-color: $standard-fill-area + + .question-match $transition-time: .3s diff --git a/views/screens/question_draganddrop_area.blade.php b/views/screens/question_draganddrop_area.blade.php index bd3104e..5271aa9 100644 --- a/views/screens/question_draganddrop_area.blade.php +++ b/views/screens/question_draganddrop_area.blade.php @@ -3,6 +3,8 @@ $mobileImageKey='draganddropArea'.$area.'ImageMobile'; @endphp
+
+
diff --git a/views/screens/question_match.blade.php b/views/screens/question_match.blade.php index f5d9393..f2c5e4c 100644 --- a/views/screens/question_match.blade.php +++ b/views/screens/question_match.blade.php @@ -11,6 +11,7 @@ @endphp
+
@include('header_question', ['data' => $data, 'max' => $max, 'position' => $position])
-- 2.39.5