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

16 lines
238 B
CSS
Raw Normal View History

2021-10-26 20:07:51 +00:00
.text {
2022-01-25 21:54:31 +00:00
font-family: 'Spartan', sans-serif;
2021-10-26 20:07:51 +00:00
}
input[type=number]{
text-align: right;
}
2022-07-27 01:37:14 +00:00
.itemDataTitle {
font-family: 'Spartan', sans-serif;
background: #ff5722;
color: white;
font-size: 26px;
text-align: center;
padding: 10px;
2022-07-27 01:37:14 +00:00
}