RC-26 | Name input
This commit is contained in:
parent
b257ed218f
commit
e435f9102b
4 changed files with 27 additions and 15 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue