RC-29 | Abilities | Editing

This commit is contained in:
Oliver-Akins 2024-12-24 21:07:50 -07:00
parent 07ad74822f
commit 9f0fea1467
5 changed files with 22 additions and 6 deletions

View file

@ -18,8 +18,10 @@
font-family: inherit;
font-size: inherit;
position: relative;
background: none;
&[type="text"] {
&[type="text"],
&[type="number"] {
border-bottom: 2px dashed purple;
}
}