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

8 lines
90 B
CSS
Raw Normal View History

2021-10-26 17:58:39 +00:00
.text {
2022-01-25 21:54:31 +00:00
font-family: 'Spartan', sans-serif;
2021-10-26 17:58:39 +00:00
}
input[type=number]{
text-align: right;
}