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

24 lines
308 B
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
.tbheader {
font-family: Roboto Mono;
font-size: 14px;
font-weight: 700;
}
.tbdetail {
font-family: Roboto Mono;
font-size: 14px;
font-weight: 400;
}