mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
style: consistencia
This commit is contained in:
@@ -15,7 +15,7 @@ Comandas
|
||||
|
||||
<body>
|
||||
<div style="justify-self: center;">
|
||||
<button id="openModal">Abrir Comanda</button>
|
||||
<button class="btn-primary" id="openModal">Abrir Comanda</button>
|
||||
</div>
|
||||
|
||||
<div class="grid-container ">
|
||||
@@ -63,8 +63,8 @@ Comandas
|
||||
|
||||
</select>
|
||||
<div style="display: flex;gap: 10px;">
|
||||
<button type="submit">Abrir</button>
|
||||
<button type="button" onclick="closeModal()" style="background-color:red;border: none;">Cancelar</button>
|
||||
<button class="btn-primary" type="submit">Abrir</button>
|
||||
<button class="btn-cancel" type="button" onclick="closeModal()">Cancelar</button>
|
||||
</div>
|
||||
</form>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user