mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
style | clean
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
.card-comanda {
|
||||
width: 80%;
|
||||
/* gap: 5px; */
|
||||
gap: 3px;
|
||||
/* min-width: 220px;
|
||||
min-height: 250px; */
|
||||
background-color: #292929;
|
||||
border-radius: 5px;
|
||||
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
|
||||
text-align: center;
|
||||
line-height: 15px;
|
||||
line-height: 12px;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
@@ -87,11 +87,13 @@ input, textarea {
|
||||
.grid-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.card-comanda {
|
||||
width: 31%;
|
||||
gap: 3px;
|
||||
flex-wrap: wrap;
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
|
||||
Reference in New Issue
Block a user