Get the actor sheet read/writing the character's aspect data
This commit is contained in:
parent
19a59692c4
commit
340f80c5b9
18 changed files with 342 additions and 230 deletions
|
|
@ -1,9 +1,12 @@
|
|||
@use "../vars" as *;
|
||||
|
||||
@mixin input-generic {
|
||||
border-width: 2px;
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-color: rgba(0,0,0, 0.4);
|
||||
background-color: rgba(0,0,0, 0.1);
|
||||
font-family: $input-font;
|
||||
|
||||
&:focus,
|
||||
&:active {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue