Get the material items finished

This commit is contained in:
Oliver-Akins 2024-03-19 23:30:58 -06:00
parent 310ac07c88
commit 83d0bad21f
8 changed files with 146 additions and 9 deletions

View file

@ -0,0 +1,15 @@
.dotdungeon.material {
button {
padding: 8px 16px;
&.outline {
border-style: solid;
border-color: var(--outline-button-border);
}
&:disabled {
opacity: 37%;
cursor: default;
}
}
}