commit before test last checkout update process

This commit is contained in:
merdan 2020-03-19 16:55:31 +05:00
parent b1f20088b0
commit 38f9639b9c
4 changed files with 7 additions and 7 deletions

View File

@ -2074,11 +2074,11 @@ input.reserved-seats ~ label svg {
}
input[type=checkbox].input-reserved ~ label svg{
fill: #b6b6b6;
fill: #4e5ced;
}
input[type=checkbox].input-booked ~ label svg{
fill: #69687d;
fill: #06b84d;
}
choose_seats_content > div.tab-pane.fade{

View File

@ -97,7 +97,7 @@ return [
//SeatsPage.blade.php
'seats' => 'Выбрать места',
'available' => 'Доступно',
'booked' => 'Забронировано',
'booked' => 'Продано',
'reserved' => 'Зарезервировано',
'selection' => 'Ваш выбор',
'selected' => 'Вы выбрали',

View File

@ -19,8 +19,8 @@
</ul>
<div class="d-flex mt-5 mb-4" style="width: fit-content; margin: auto">
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #ebeced; font-size: 13px"></i> {{__('ClientSide.available')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #69687d; font-size: 13px"></i> {{__('ClientSide.booked')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #b6b6b6; font-size: 13px"></i> {{__('ClientSide.reserved')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #06b84d; font-size: 13px"></i> {{__('ClientSide.booked')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #4e5ced; font-size: 13px"></i> {{__('ClientSide.reserved')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #ff4159; font-size: 13px"></i> {{__('ClientSide.selection')}}</span>
</div>
<!-- Button trigger modal -->

View File

@ -22,8 +22,8 @@
</ul>
<div class="row my-5">
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #ebeced; font-size: 13px"></i> {{__('ClientSide.available')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #69687d; font-size: 13px"></i> {{__('ClientSide.booked')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #b6b6b6; font-size: 13px"></i> {{__('ClientSide.reserved')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #06b84d; font-size: 13px"></i> {{__('ClientSide.booked')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #4e5ced; font-size: 13px"></i> {{__('ClientSide.reserved')}}</span>
<span class="text-center" style="width: fit-content; margin: 0 15px; font-size: 18px"><i class="fa fa-circle" style="color: #ff4159; font-size: 13px"></i> {{__('ClientSide.selection')}}</span>
</div>
<!-- Button trigger modal -->