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