12 lines
108 B
SCSS
Raw Normal View History

2019-11-21 18:23:05 +09:00
.item-title {
width: 25rem;
}
.item-input {
width: 20rem;
}
2019-12-20 19:53:08 +09:00
.item-input[fullWidth] {
width: 100%;
}