fix switches inaplazable y revisada css

This commit is contained in:
amazuecos
2025-04-06 06:02:27 +02:00
parent f56ede87da
commit 7aa1a33767

View File

@ -40,9 +40,14 @@
<!-- Date 5--> <!-- Date 5-->
<div class="col-xs-12 col-md-4 col-lg-4 mb-2"> <div class="col-xs-12 col-md-4 col-lg-4 mb-2">
<div class="row d-flex flex-column"> <div class="row d-flex flex-column">
<div>
<label for="ot-fecha-entrega" class="form-label"><?= @lang("Produccion.fecha_entrega_real") ?></label> <label for="ot-fecha-entrega" class="form-label"><?= @lang("Produccion.fecha_entrega_real") ?></label>
<input type="date" class="form-control ot-date" placeholder="DD/MM/YYYY" name="fecha_entrega_real_at" id="ot-fecha-entrega-real" data-input /> <input type="date" class="form-control ot-date" placeholder="DD/MM/YYYY" name="fecha_entrega_real_at" id="ot-fecha-entrega-real" data-input />
<label class="switch switch-danger switch-md mt-1"> </div>
<div class="d-flex flex-column">
<label class="switch switch-danger switch-lg mt-1">
<input type="checkbox" class="switch-input ot-preview" name="fecha_entrega_warning" /> <input type="checkbox" class="switch-input ot-preview" name="fecha_entrega_warning" />
<span class="switch-toggle-slider"> <span class="switch-toggle-slider">
<span class="switch-on"> <span class="switch-on">
@ -52,9 +57,9 @@
<i class="ti ti-x"></i> <i class="ti ti-x"></i>
</span> </span>
</span> </span>
<span class="switch-label">Inaplazable</span> <span class="switch-label fw-large">Inaplazable</span>
</label> </label>
<label class="switch switch-md mt-1"> <label class="switch switch-lg mt-1">
<input type="checkbox" class="switch-input ot-preview" name="fecha_entrega_warning_revised" /> <input type="checkbox" class="switch-input ot-preview" name="fecha_entrega_warning_revised" />
<span class="switch-toggle-slider"> <span class="switch-toggle-slider">
<span class="switch-on"> <span class="switch-on">
@ -64,9 +69,10 @@
<i class="ti ti-x"></i> <i class="ti ti-x"></i>
</span> </span>
</span> </span>
<span class="switch-label">Revisada</span> <span class="switch-label fw-large">Revisada</span>
</label> </label>
</div> </div>
</div>
</div> </div>
<!-- Date 6--> <!-- Date 6-->