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

8 lines
103 B
CSS
Raw Normal View History

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