Get the base Actor sheet working w/ collaboration
This commit is contained in:
parent
60b0072bcc
commit
ce9c2de751
18 changed files with 320 additions and 22 deletions
12
.styles/v1/v1/player/root.css
Normal file
12
.styles/v1/v1/player/root.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.actor--player.style-v1 .header-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
}
|
||||
.actor--player.style-v1 .avatar {
|
||||
--size: 75px;
|
||||
width: var(--size);
|
||||
height: var(--size);
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../../../styles/v1/v1/player/root.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACC;EACC;EACA;EACA;;AAGD;EACC;EACA;EACA%22,%22file%22:%22root.css%22%7D */
|
||||
Loading…
Add table
Add a link
Reference in a new issue