RC-71 | Glory | Display & Input

This commit is contained in:
Oliver-Akins 2024-12-30 22:13:44 -07:00
parent 05f111682e
commit 31a47a99dd
5 changed files with 67 additions and 13 deletions

View file

@ -1,15 +1,18 @@
.ripcrypt > .window-content input {
all: revert;
box-sizing: border-box;
border: none;
outline: none;
font-family: inherit;
font-size: inherit;
position: relative;
background: none;
.ripcrypt > .window-content {
input, .input {
all: revert;
box-sizing: border-box;
border: none;
outline: none;
font-family: inherit;
font-size: inherit;
position: relative;
background: none;
padding: 2px 4px;
&[type="text"],
&[type="number"] {
border-bottom: 2px dashed purple;
&[type="text"],
&[type="number"] {
border-bottom: 2px dashed purple;
}
}
}