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

@ -5,8 +5,22 @@
}
.HeroSummaryCardV1 {
height: 270px;
/* height: 270px; */
width: 680px;
--col-gap: 2px;
}
input {
all: initial;
box-sizing: border-box;
border: none;
outline: none;
font-family: inherit;
font-size: inherit;
position: relative;
&[type="text"] {
border-bottom: 2px dashed purple;
}
}
}