ripcrypt/Apps/common.css
2024-12-22 00:23:29 -07:00

35 lines
498 B
CSS

.ripcrypt {
.window-content {
padding: 0;
margin: 0;
}
.HeroSummaryCardV1 {
/* 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;
}
}
select {
all: initial;
box-sizing: border-box;
border: none;
outline: none;
font-family: inherit;
font-size: inherit;
}
}