spell and liturgy dice are now easier to recognise
parent
4f4446d327
commit
6f935644c1
|
|
@ -205,11 +205,13 @@ $deity_colours_tint: (
|
|||
|
||||
.liturgy.rollable {
|
||||
width: 24px;
|
||||
padding: 0;
|
||||
|
||||
svg {
|
||||
$color: #e4de61;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
||||
$color: colour.$liturgie-color;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
top: 1px;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
z-index: 2;
|
||||
top: 0;
|
||||
left: -4px;
|
||||
display: none;
|
||||
|
||||
path {
|
||||
fill: colour.$zauber-color;
|
||||
|
|
@ -59,9 +58,9 @@
|
|||
border-top-right-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 12px;
|
||||
bottom: 2px;
|
||||
height: 2px;
|
||||
right: 33%;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
<th colspan="3">Probe</th>
|
||||
<th>ZfW</th>
|
||||
<th>Merkmale</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Reference in New Issue