Skip to content

Commit

Permalink
Merge pull request #22 from jopeek/v2.0
Browse files Browse the repository at this point in the history
V2.0
  • Loading branch information
jopeek authored May 19, 2020
2 parents 9ce2510 + 0a65d53 commit be1671a
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 164 deletions.
22 changes: 18 additions & 4 deletions css/lootsheetnpc5e.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,22 @@
list-style: none;
}

.loot-sheet-npc .gm-settings .sheet-types {
display: flex;
margin-right: 20px;
.loot-sheet-npc .gm-settings .sheet-types,
.loot-sheet-npc .gm-settings .merchant-settings {
margin-right: 10px;
}

.loot-sheet-npc .gm-settings .merchant-settings .flexrow {
border-bottom: 1px solid #CCC;
margin-bottom: 5px;
}

.loot-sheet-npc .gm-settings .merchant-settings .flexrow h4 {
margin: 2px 0 0 0;
}

.loot-sheet-npc .gm-settings .merchant-settings {
margin-left: 24px;
}

.loot-sheet-npc .gm-settings .coins-list {
Expand All @@ -54,7 +67,8 @@
}

.loot-sheet-npc .gm-settings .sheet-type-info,
.loot-sheet-npc .gm-settings .permission-info {
.loot-sheet-npc .gm-settings .permission-info,
.loot-sheet-npc .gm-settings .merchant-settings-info {
color: #7a7971;
margin: 6px 6px 6px 24px;
display: none;
Expand Down
Loading

0 comments on commit be1671a

Please sign in to comment.