Add edit/view state to the costs of the modal (closes #151)

This commit is contained in:
Oliver-Akins 2024-03-31 13:42:42 -06:00
parent 97ac56dadc
commit de672642d2
7 changed files with 72 additions and 11 deletions

View file

@ -1,14 +1,14 @@
@use "../mixins/material";
.dotdungeon.style-v3 > .window-content input {
.dotdungeon.style-v3 > .window-content input[type=text] {
outline: none;
border: none;
@include material.elevate(3);
padding: 4px 8px;
color: white;
transition: all 200ms ease-in-out;
width: auto;
height: auto;
font-size: inherit;
&:hover {
@include material.elevate(4);
@ -17,8 +17,4 @@
&:focus-visible {
@include material.elevate(6);
}
&.h1 {
font-size: 1.5rem;
}
}