zgo/src/app/listorders/listorders.component.css

30 lines
407 B
CSS
Raw Normal View History

.text{
2021-11-18 15:57:22 +00:00
font-family: 'Saira Semi Condensed', sans-serif;
}
.number{
font-family: 'Roboto Mono', monospace;
}
img.icon{
margin-bottom: -2px;
}
.price{
display: flex;
align-items: center;
}
.mini{
font-size: x-small;
align-items: center;
display: flex;
padding: 3px;
}
.small{
font-size: small;
}
.total{
font-size: large;
2021-11-18 15:57:22 +00:00
font-family: 'Roboto Mono', monospace;
}
2021-11-11 15:18:38 +00:00
img.total{
margin-bottom:-2px;
}