Get the material items finished
This commit is contained in:
parent
310ac07c88
commit
83d0bad21f
8 changed files with 146 additions and 9 deletions
15
styles/sheets/actor/char-sheet/v2/material/inputs.scss
Normal file
15
styles/sheets/actor/char-sheet/v2/material/inputs.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue