mirror of
https://github.com/ivabus/www
synced 2024-11-22 11:35:07 +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,10 +13,12 @@ function PackageBottles() {
|
|||
}, []);
|
||||
|
||||
if (isLoading) return (
|
||||
<div id="bottle-preloader" className="flex">
|
||||
<div id="bottle-status" className="my-auto">
|
||||
<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-preloader" className="flex one-box-down">
|
||||
<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>
|
||||
<div id="bottle-loading-text"><p className="grid-gray">steeping available versions...</p></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
width: 100%;
|
||||
height: 200px;
|
||||
background: #1a1a1a;
|
||||
border: 1px solid #949494;;
|
||||
}
|
||||
#bottle-status {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue