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

8 lines
103 B
CSS
Raw Normal View History

2021-10-26 20:07:51 +00:00
.text {
2021-11-18 15:57:22 +00:00
font-family: 'Saira Semi Condensed', sans-serif;
2021-10-26 20:07:51 +00:00
}
input[type=number]{
text-align: right;
}