mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
readme
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -31,7 +31,7 @@
|
||||
<div class="tab">
|
||||
<button class="tablinks active" onclick="openTab(event, 'Fila')">Fila</button>
|
||||
<button class="tablinks" onclick="openTab(event, 'Preparo')">Preparo</button>
|
||||
<button class="tablinks" onclick="openTab(event, 'Finalizado')">Finalizado</button>
|
||||
<button class="tablinks" onclick="openTab(event, 'Finalizado')">Pronto</button>
|
||||
<button class="tablinks" onclick="openTab(event, 'Entregue')">Entregue</button>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="tab">
|
||||
<button class="tablinks active" onclick="openTab(event, 'Fila')">Fila</button>
|
||||
<button class="tablinks" onclick="openTab(event, 'Preparo')">Preparo</button>
|
||||
<button class="tablinks" onclick="openTab(event, 'Finalizado')">Finalizado</button>
|
||||
<button class="tablinks" onclick="openTab(event, 'Finalizado')">Pronto</button>
|
||||
<button class="tablinks" onclick="openTab(event, 'Entregue')">Entregue</button>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
gap: 3px;
|
||||
/* min-width: 220px;
|
||||
min-height: 250px; */
|
||||
background-color: #292929;
|
||||
background: var(--main-gradient);
|
||||
border-radius: 5px;
|
||||
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
|
||||
text-align: center;
|
||||
|
||||
@@ -94,6 +94,9 @@
|
||||
|
||||
}
|
||||
.card-faturamento-anual {
|
||||
max-width: 120%;
|
||||
/* height: 100%; */
|
||||
min-height: 280px;
|
||||
min-width: 95%;
|
||||
padding: 15px 0px 15px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user