mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
style: page orders
This commit is contained in:
@@ -1,24 +1,33 @@
|
||||
.grid-container {
|
||||
justify-self: center;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 2fr);
|
||||
grid-template-columns: repeat(6, 2fr);
|
||||
gap: 10px;
|
||||
max-width: 95%;
|
||||
margin: 40px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
.card-comanda {
|
||||
width: 80%;
|
||||
width:200px;
|
||||
max-width: 200px;
|
||||
gap: 3px;
|
||||
background: var(--main-gradient);
|
||||
border-radius: 5px;
|
||||
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
|
||||
text-align: center;
|
||||
line-height: 12px;
|
||||
font-size: 15px;
|
||||
line-height: 20px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
transition: transform 0.2s;
|
||||
transition: transform 0.2s ease-in ;
|
||||
}
|
||||
|
||||
p {
|
||||
color: rgb(194, 201, 207);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
}
|
||||
|
||||
.card-comanda:hover {
|
||||
|
||||
Reference in New Issue
Block a user