mirror of
https://github.com/ivabus/www
synced 2024-11-22 17:25:06 +03:00
Styuling for bottle placeholder on bottle-details page
This commit is contained in:
parent
609e527c9a
commit
8ae27c261a
2 changed files with 7 additions and 4 deletions
|
@ -13,12 +13,14 @@ function PackageBottles() {
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
if (isLoading) return (
|
if (isLoading) return (
|
||||||
<div id="bottle-preloader" className="flex">
|
<div id="bottle-preloader" className="flex one-box-down">
|
||||||
<div id="bottle-status" className="my-auto">
|
<div id="bottle-status" className="flex justifit-content-center">
|
||||||
|
<div className="mx-auto">
|
||||||
<i className="icon-tea-logo-iconasset-1 grid-gray tea-icon lead mb-0"></i>
|
<i className="icon-tea-logo-iconasset-1 grid-gray tea-icon lead mb-0"></i>
|
||||||
<div id="bottle-loading-text"><p className="grid-gray">steeping available versions...</p></div>
|
<div id="bottle-loading-text"><p className="grid-gray">steeping available versions...</p></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!bottles) return null;
|
if (!bottles) return null;
|
||||||
|
|
|
@ -108,6 +108,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
|
border: 1px solid #949494;;
|
||||||
}
|
}
|
||||||
#bottle-status {
|
#bottle-status {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue