RC-68 | Sheet Setup

This commit is contained in:
Oliver-Akins 2025-01-01 15:19:50 -07:00
parent a792ee40dd
commit 26025b2de3
17 changed files with 157 additions and 14 deletions

View file

@ -1,8 +1,10 @@
.ripcrypt > .window-content button {
all: revert;
padding: 2px 4px;
background: var(--button-background);
color: var(--button-text);
&.roll {
&.icon {
padding: 0;
border-radius: 50%;
outline: none;

View file

@ -7,12 +7,13 @@
font-family: inherit;
font-size: inherit;
position: relative;
background: none;
background: var(--input-background);
color: var(--input-text);
padding: 0px 4px;
&[type="text"],
&[type="number"] {
border-bottom: 2px dashed purple;
border-bottom: var(--input-underline);
}
}
}