Fixed color and lightbox on no image
This commit is contained in:
parent
27180ae9d6
commit
6d05f1e8d0
@ -126,6 +126,7 @@ td {
|
|||||||
|
|
||||||
.square-button {
|
.square-button {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
border: 1px solid #d1d1d1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -130,13 +130,13 @@
|
|||||||
<footer class="card-footer">
|
<footer class="card-footer">
|
||||||
<p class="card-footer-item">
|
<p class="card-footer-item">
|
||||||
<span>
|
<span>
|
||||||
<a href="/{{ i['set_num'] }}">Inventory</a>
|
<a style="color: #363636;" href="/{{ i['set_num'] }}">Inventory</a>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="card-footer-item">
|
<p class="card-footer-item">
|
||||||
<span>
|
<span>
|
||||||
<a href="/{{ i['set_num'] }}">Instructions</a>
|
<a style="color: #363636;" href="/{{ i['set_num'] }}">Instructions</a>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user