Add combat values to character sheet

This commit is contained in:
Johannes Loher 2020-12-31 00:32:17 +01:00
parent 7f98d581b6
commit 0d2af1ae00
4 changed files with 124 additions and 1 deletions

View file

@ -1,3 +1,6 @@
$padding-sm: 5px;
$padding-md: 10px;
$padding-lg: 20px;
$margin-sm: $padding-sm;
$margin-md: $padding-md;
$margin-lg: $padding-lg;