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

75 lines
1.1 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 {
font-family: Roboto Mono;
font-size: 14px;
font-weight: 700;
margin-top: 5px;
align-items: center;
}
.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;
}
.newOrdertbdetail {
2022-07-13 00:08:13 +00:00
font-size: 14px;
font-weight: 400;
}
.lineTrashCan {
cursor: pointer;
}
.buttons-class {
background-color: #ff4700;
color: white;
font-weight: 700;
height: 25px !important;
width: 80px !important;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin: auto;
}
.button-cancel-class {
font-weight: 700;
height: 25px !important;
width: 80px !important;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin: auto;
}