catalog update again

This commit is contained in:
Thomas G 2022-08-08 01:35:37 +10:00
parent ac5b869bac
commit 1bf07dd6f1
2 changed files with 19 additions and 3 deletions

View File

@ -22,6 +22,16 @@
}
}
.catalogitem, .catalogitem img {
width: 126px;
padding: 5px;
}
.arkotlabel {
color: rgb(35, 98, 222);
font-weight: bold;
}
#alert, #success {
height: fit-content;
margin: 0px;
@ -318,9 +328,9 @@ body {
width: 100%;
flex-direction: row;
align-items: flex-start;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
flex-wrap: nowrap;
}
.content {

View File

@ -10,6 +10,12 @@
@endsection
@section('content')
<h1 id="usernameframe">Catalog</h1>
<p>PLACEHOLDER</p>
<h1>Catalog</h1>
<div class="content_special" style="flex-wrap: wrap">
<div class="catalogitem">
<img src="{{ asset('img/reviewpending.png') }}">
<p>Item Name</p>
<p class="arkotlabel">ARK$</p><p> 30</p>
</div>
</div>
@endsection