catalog update again
This commit is contained in:
parent
ac5b869bac
commit
1bf07dd6f1
|
|
@ -22,6 +22,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.catalogitem, .catalogitem img {
|
||||||
|
width: 126px;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arkotlabel {
|
||||||
|
color: rgb(35, 98, 222);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
#alert, #success {
|
#alert, #success {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
@ -318,9 +328,9 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex-wrap: nowrap;
|
|
||||||
align-content: center;
|
align-content: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,12 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<h1 id="usernameframe">Catalog</h1>
|
<h1>Catalog</h1>
|
||||||
<p>PLACEHOLDER</p>
|
<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
|
@endsection
|
||||||
Loading…
Reference in New Issue