RC-26 | Name input

This commit is contained in:
Oliver-Akins 2024-12-21 23:24:00 -07:00
parent b257ed218f
commit e435f9102b
4 changed files with 27 additions and 15 deletions

View file

@ -16,17 +16,6 @@
padding: 2px 4px;
}
input {
box-sizing: border-box;
border: none;
&[type="text"],
&[type="number"] {
padding: 2px 4px;
border-bottom: 2px dashed blueviolet;
}
}
.hero_name {
grid-column: span 3;
margin-left: calc(var(--col-gap) * -1);