mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
[Fix] Fix CSS trait consistency in Character Creator and Sheet (#1737)
* Fixed on CC and sheet
* SVG fixes
* Revert "SVG fixes"
This reverts commit 72c5075f3f.
* SVG repaired and CSS padding revert
* Remove comments
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
259b66236c
commit
d284bd7398
4 changed files with 18 additions and 8 deletions
|
|
@ -240,12 +240,16 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
gap: 8px;
|
||||
gap: 2px;
|
||||
|
||||
.trait-container {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
span {
|
||||
font-size: var(--font-size-10);
|
||||
}
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
background: url(../assets/svg/trait-shield.svg) no-repeat;
|
||||
background-size: 100%;
|
||||
|
||||
div {
|
||||
filter: drop-shadow(0 0 3px black);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue