+[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
+[data-type="match"]
+ .fill-area
+ height: 160px
+ background-color: $standard-fill-area
+
+
.question-match
$transition-time: .3s
$mobileImageKey='draganddropArea'.$area.'ImageMobile';
@endphp
<div class="screen-image zone-{{$area}} notDrag" data-zone="zone-{{$area}}">
+ <div class="fill-area area1"></div>
+ <div class="fill-area area2"></div>
<img src="{{$theme->$desktopImageKey}}"/>
<img class="mobile" src="{{$theme->$mobileImageKey}}"/>
<div class="zone-content">
@endphp
<div class="container-screen none question-match" data-type="match" data-screen="q-{{$position}}">
+ <div class="fill-area"></div>
@include('header_question', ['data' => $data, 'max' => $max, 'position' => $position])
<div class="screen">