mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Added svg and style rules
This commit is contained in:
parent
261eaefe7d
commit
2ddd7e7d70
1 changed files with 15 additions and 0 deletions
|
|
@ -21,6 +21,21 @@
|
||||||
.ancestry-preview-feature {
|
.ancestry-preview-feature {
|
||||||
background-image: url(../assets/parchments/dh-parchment-light.png);
|
background-image: url(../assets/parchments/dh-parchment-light.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.traits-container {
|
||||||
|
.suggested-traits-container .suggested-trait-container {
|
||||||
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
.traits-inner-container .trait-container {
|
||||||
|
background: url('../assets/svg/trait-shield-light.svg') no-repeat;
|
||||||
|
|
||||||
|
div {
|
||||||
|
filter: none;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue