zgo/src/app/items/item-list/item-list.component.css

31 lines
353 B
CSS
Raw Normal View History

2021-10-26 15:09:34 +00:00
.card {
2021-11-18 15:57:22 +00:00
font-family: 'Saira Semi Condensed', sans-serif;
}
.text {
2021-11-18 15:57:22 +00:00
font-family: 'Saira Semi Condensed', sans-serif;
}
.small {
font-size: 75%;
}
2021-10-26 15:09:34 +00:00
.icons {
font-family: 'Material Icons';
}
.spacer{
flex: 1 1 auto;
}
img.icon{
margin-bottom: -3px;
}
div.card{
margin-top: 3px;
}
p.price{
2021-10-26 15:09:34 +00:00
font-family: 'Roboto-Mono', monospace;
margin: 0px;
}