mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
criado metodo de mais vendidos no comandas.models | limitar lista de products a 15 itens
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
}
|
||||
|
||||
.modal-product{
|
||||
/* position: relative; */
|
||||
position: relative;
|
||||
width: 100%;
|
||||
/* height: 400px; */
|
||||
/* height: 750; */
|
||||
background-image: url('https://placehold.co/600x800/efc7b8/49291c?text=Sem_Imagem'); /* URL da imagem */
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
||||
Reference in New Issue
Block a user