Cambio Sugeridos x klebzam
This commit is contained in:
@@ -417,11 +417,18 @@ body {
|
||||
.cardBox {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
padding: 20px 20px 0px 20px;;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(1,1fr);
|
||||
grid-template-columns: repeat(2,2fr);
|
||||
grid-gap: 20px;
|
||||
}
|
||||
.cardBox .card {
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.cardBox .card .numeros{
|
||||
font-size: 22px;
|
||||
}
|
||||
.detalles .card_table{
|
||||
padding: 10px;
|
||||
padding-top: 10px;
|
||||
|
||||
@@ -166,10 +166,12 @@ async function dashboard_mesero(json_cat) {
|
||||
<input type="text" placeholder="Observaciones" id="observacion">
|
||||
</div>
|
||||
<div class="">
|
||||
<label for="patio">Patio</label>
|
||||
<input type="radio" id="patio" name="fav_language" value="patio" checked>
|
||||
<label for="Llevar"> Llevar</label>
|
||||
<label for="patio">Servir</label>
|
||||
<input type="radio" id="Servir" name="fav_language" value="Servir" checked>
|
||||
<label for="Llevar"> | Llevar</label>
|
||||
<input type="radio" id="Llevar" name="fav_language" value="Llevar">
|
||||
<label for="Domicilio"> | Domicilio</label>
|
||||
<input type="radio" id="Domicilio" name="fav_language" value="Domicilio">
|
||||
</div>
|
||||
<div class="card_table">
|
||||
<table><thead><tr>${thead}</tr></thead><tbody></tbody></table>
|
||||
|
||||
Reference in New Issue
Block a user