Skip to content

Commit

Permalink
closes #489
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Sep 25, 2024
1 parent ef240f3 commit cad946b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [#478] Merge new French, Polish and Portuguese/Brazilian translation updates from Crowdin
- [#485] Global Die deprecated, should now be accessed as foundry.dice.terms.Die
- [#486] Merge new Portuguese/Brazilian translation updates from Crowdin
- [#489] Sass's behavior for declarations that appear after nested rules will be changing

---

Expand Down
2 changes: 1 addition & 1 deletion scss/components/_aptracker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.ap-resource {
position: relative;
padding: 10px 20px;
margin-bottom: 10px;
background-size: 100% 100%;
background-repeat: no-repeat;
//color: white;
Expand All @@ -32,7 +33,6 @@
color: beige;
}

margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
Expand Down
13 changes: 8 additions & 5 deletions scss/components/_resource.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,26 @@ select {
}

.toggle-label {
padding: 3px;
border: 0 solid;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.5);
color: cadetblue;

input[type="checkbox"] {
display: none;
}

label {
cursor: pointer;
}

padding: 3px;
border: 0 solid;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.5);
color: cadetblue;
&.active {
color: greenyellow;
background-color: black;
}
}

.wpn-tag-toggler {
cursor: pointer;
padding: 0;
Expand Down
9 changes: 5 additions & 4 deletions scss/global/_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@
padding: 0;
color: $c-font-prim;
background-color: $f-vault-blue;

background-size: cover;
background-repeat: no-repeat;

& > form {
padding: 8px;
&.character {
Expand All @@ -223,6 +227,7 @@
background-color: $f-valut-dark-green;
}
}

.content-link{
background: darken($f-vault-blue, 10%);
border: unset;
Expand All @@ -232,10 +237,6 @@

}

background-size: cover;
background-repeat: no-repeat;


a.inline-roll.roll {
background: #4c93d2;
padding: 1px 4px;
Expand Down

0 comments on commit cad946b

Please sign in to comment.