zgo/src/app/order/order.component.css

87 lines
1.3 KiB
CSS
Raw Normal View History

2021-10-27 12:59:43 +00:00
.text {
2022-01-25 21:54:31 +00:00
font-family: 'Spartan', sans-serif;
}
2021-11-18 15:57:22 +00:00
.number{
font-family: 'Roboto Mono', monospace;
}
2022-07-13 00:08:13 +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
.noOrderMsg {
2022-07-27 01:37:14 +00:00
font-family: 'Roboto Mono';
font-size: 20px;
font-weight: 700;
margin: 10px;
align-items: center;
text-align: center;
}
.newOrder {
2022-07-27 01:37:14 +00:00
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;
}
.newOrdertbdetail {
2022-07-13 00:08:13 +00:00
font-size: 14px;
font-weight: 400;
}
.lineTrashCan {
cursor: pointer;
}
.buttons-class {
2022-07-20 15:31:23 +00:00
font-family: 'Spartan', sans-serif;
2022-07-21 01:00:06 +00:00
background-color: #ff5722;
2022-07-20 15:31:23 +00:00
color: white;
font-weight: 500;
height: 30px !important;
width: 115px !important;
2022-07-20 15:31:23 +00:00
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin: auto;
}
.button-cancel-class {
2022-07-20 15:31:23 +00:00
font-family: 'Spartan', sans-serif;
font-weight: 500;
height: 30px !important;
width: 100px !important;
2022-07-20 15:31:23 +00:00
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin: auto;
}
.availableItems{
background: lightblue;
2022-07-27 01:37:14 +00:00
font-family: 'Roboto Mono';
font-size: 18px;
font-weight: 700;
text-align: left;
margin: 5px;
}