2021-10-27 12:59:43 +00:00
|
|
|
.text {
|
2022-01-25 21:54:31 +00:00
|
|
|
font-family: 'Spartan', sans-serif;
|
2021-10-27 20:21:55 +00:00
|
|
|
}
|
|
|
|
|
2021-11-18 15:57:22 +00:00
|
|
|
.number{
|
|
|
|
font-family: 'Roboto Mono', monospace;
|
|
|
|
}
|
2022-07-13 00:08:13 +00:00
|
|
|
|
2021-10-27 20:21:55 +00:00
|
|
|
img.icon{
|
2022-07-13 11:58:42 +00:00
|
|
|
margin-bottom: -2px;
|
|
|
|
height: 18px;
|
2021-10-27 12:59:43 +00:00
|
|
|
}
|
2022-07-13 00:08:13 +00:00
|
|
|
|
2022-07-17 01:49:58 +00:00
|
|
|
.noOrderMsg {
|
|
|
|
font-family: Roboto Mono;
|
2022-07-18 23:41:31 +00:00
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 700;
|
|
|
|
margin: 10px;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
2022-07-17 01:49:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.newOrder {
|
|
|
|
font-family: Roboto Mono !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newOrderTitle1 {
|
|
|
|
font-size: 19px;
|
|
|
|
font-weight: 700;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newOrderTitle2 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newOrdertbheader {
|
2022-07-13 00:08:13 +00:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2022-07-17 01:49:58 +00:00
|
|
|
.newOrdertbdetail {
|
2022-07-13 00:08:13 +00:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
2022-07-17 01:49:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.lineTrashCan {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-07-18 00:46:56 +00:00
|
|
|
.buttons-class {
|
2022-07-20 15:31:23 +00:00
|
|
|
font-family: 'Spartan', sans-serif;
|
|
|
|
background-color: #ff4722;
|
|
|
|
color: white;
|
|
|
|
font-weight: 500;
|
|
|
|
height: 25px !important;
|
|
|
|
width: 80px !important;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: auto;
|
2022-07-18 00:46:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-cancel-class {
|
2022-07-20 15:31:23 +00:00
|
|
|
font-family: 'Spartan', sans-serif;
|
|
|
|
font-weight: 500;
|
|
|
|
height: 25px !important;
|
|
|
|
width: 80px !important;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: auto;
|
2022-07-18 00:46:56 +00:00
|
|
|
}
|
2022-07-18 23:41:31 +00:00
|
|
|
|
|
|
|
.availableItems{
|
|
|
|
background: lightblue;
|
|
|
|
font-family: Roboto Mono;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 700;
|
|
|
|
text-align: left;
|
|
|
|
margin: 5px;
|
|
|
|
}
|