Поправил кнопочки
This commit is contained in:
@@ -131,18 +131,24 @@
|
||||
<input class="join-item btn bg-white w-1/5" type="radio" name="kurs" aria-label="4"/>
|
||||
<input class="join-item btn bg-white w-1/5" type="radio" name="kurs" aria-label="5"/>
|
||||
</div>
|
||||
<div class="flex justify-center gap-12 items-center">
|
||||
<div>
|
||||
<h2 class="text-center text-2xl justify-center my-4">Платник?</h2>
|
||||
<div class="button-custom r" id="button-custom-1">
|
||||
<input type="checkbox" id="paidCheckbox" class="checkbox-custom"/>
|
||||
<div class="knobs"></div>
|
||||
<div class="layer rounded-full" style="background-color: white;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h2 class="text-center text-2xl justify-center my-4">Заочник?</h2>
|
||||
<div class="button-custom r" id="button-custom-2">
|
||||
<input type="checkbox" id="ochnoCheckbox" class="checkbox-custom"/>
|
||||
<div class="knobs"></div>
|
||||
<div class="layer rounded-full" style="background-color: white;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="text-center text-2xl justify-center my-4">Номер</h2>
|
||||
<div class="relative rounded-full justify-center mx-auto">
|
||||
<div class="absolute top-2 left-0 flex items-center pl-3">
|
||||
|
||||
Reference in New Issue
Block a user