Add files via upload

This commit is contained in:
CK 2020-06-24 14:19:28 -04:00 committed by GitHub
parent f88852650f
commit f07a75d5d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1607 additions and 0 deletions

9
less/npc.less Normal file
View file

@ -0,0 +1,9 @@
@import "./variables.less";
/* ----------------------------------------- */
/* Basic Structure */
/* ----------------------------------------- */
.sw5e.sheet.actor.npc {
min-width: 600px;
min-height: 658px;
}