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

8 lines
93 B
CSS
Raw Normal View History

2021-10-26 17:58:39 +00:00
.text {
font-family: 'Roboto Mono', monospace;
2021-10-26 17:58:39 +00:00
}
input[type=number]{
text-align: right;
}