spell and liturgy dice are now easier to recognise

pull/65/head
macniel 2025-11-16 13:19:54 +01:00
parent 4f4446d327
commit 6f935644c1
3 changed files with 7 additions and 5 deletions

View File

@ -205,11 +205,13 @@ $deity_colours_tint: (
.liturgy.rollable { .liturgy.rollable {
width: 24px; width: 24px;
padding: 0;
svg { svg {
$color: #e4de61;
width: 24px; $color: colour.$liturgie-color;
height: 24px; width: 32px;
height: 32px;
top: 1px; top: 1px;
z-index: 1; z-index: 1;
position: relative; position: relative;

View File

@ -27,7 +27,6 @@
z-index: 2; z-index: 2;
top: 0; top: 0;
left: -4px; left: -4px;
display: none;
path { path {
fill: colour.$zauber-color; fill: colour.$zauber-color;
@ -59,9 +58,9 @@
border-top-right-radius: 8px; border-top-right-radius: 8px;
border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
position: absolute; position: absolute;
top: 2px;
left: 12px; left: 12px;
bottom: 2px; bottom: 2px;
height: 2px;
right: 33%; right: 33%;
z-index: 0; z-index: 0;
pointer-events: none; pointer-events: none;

View File

@ -25,6 +25,7 @@
<th colspan="3">Probe</th> <th colspan="3">Probe</th>
<th>ZfW</th> <th>ZfW</th>
<th>Merkmale</th> <th>Merkmale</th>
<th></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>