ripcrypt/Apps/common.css
2024-12-24 21:07:50 -07:00

44 lines
643 B
CSS

.ripcrypt {
.window-content {
padding: 0;
margin: 0;
}
.HeroSummaryCardV1 {
/* height: 270px; */
width: 680px;
--col-gap: 2px;
}
input {
all: revert;
box-sizing: border-box;
border: none;
outline: none;
font-family: inherit;
font-size: inherit;
position: relative;
background: none;
&[type="text"],
&[type="number"] {
border-bottom: 2px dashed purple;
}
}
select {
all: revert;
appearance: auto;
box-sizing: border-box;
border: none;
outline: none;
font-family: inherit;
font-size: inherit;
display: flex;
align-items: center;
}
label, input, select {
cursor: pointer;
}
}