mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
Fixes
This commit is contained in:
parent
98a28ac7b9
commit
5ee86e258b
6 changed files with 6 additions and 37 deletions
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.intiator-container {
|
||||
.initiator-container {
|
||||
margin-top: 8px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
|
|
|||
|
|
@ -104,37 +104,6 @@
|
|||
filter: drop-shadow(0 0 8px var(--golden));
|
||||
}
|
||||
}
|
||||
|
||||
// width: 100%;
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// justify-content: space-evenly;
|
||||
|
||||
// .roll-button {
|
||||
// position: relative;
|
||||
// display: flex;
|
||||
// justify-content: center;
|
||||
|
||||
// .roll-label {
|
||||
// position: absolute;
|
||||
// top: 8px;
|
||||
// width: 60px;
|
||||
// text-align: center;
|
||||
// padding: 2px;
|
||||
// background: light-dark(darkblue, gold);
|
||||
// color: light-dark(white, black);
|
||||
// border-radius: 6px;
|
||||
// border: 1px solid light-dark(white, black);
|
||||
// }
|
||||
|
||||
// img {
|
||||
// height: 80px;
|
||||
// }
|
||||
// }
|
||||
|
||||
// .delete-button i {
|
||||
// font-size: 40px;
|
||||
// }
|
||||
}
|
||||
|
||||
.roll-data {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue