criado metodo de mais vendidos no comandas.models | limitar lista de products a 15 itens

This commit is contained in:
2025-07-07 10:35:29 -03:00
parent 69a9e9e065
commit 7355d546cd
14 changed files with 41 additions and 48 deletions

View File

@@ -154,8 +154,8 @@ input, textarea, select {
align-content: center;
text-align: center;
line-height: 1.5;
background: var(--main-gradient);
box-shadow: 3px 3px 10px rgba(2, 2, 2, 0.678);
/* background: var(--main-gradient); */
/* box-shadow: 3px 3px 10px rgba(2, 2, 2, 0.678); */
border-radius: 5px;
transition: transform 0.4s, box-shadow 0.4s;
background-size: cover;
@@ -168,9 +168,9 @@ input, textarea, select {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 130px;
background-color: rgba(0, 0, 0, 0.737);
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.595);
}
.card-product-p {
@@ -186,6 +186,14 @@ input, textarea, select {
box-shadow: 0px 0px 10px rgba(86, 187, 255, 0.815);
}
@media screen and (max-width: 1028px) {
.card-product {
background-size: cover !important;
}
}
.p-header {
background-color: #24252a;
box-shadow: 0px 3px 10px #464646;