mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +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;
|
||||
|
||||
Reference in New Issue
Block a user