mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
refactor: update header loader for the new page layout
This commit is contained in:
parent
c38464ea41
commit
6af7689ccf
1 changed files with 12 additions and 14 deletions
|
|
@ -1,25 +1,23 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="text-white">
|
<div class="text-white">
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div style="width: 517px; height: 244px;">
|
<div style="width: 520px; height: 239px;">
|
||||||
<content-loader
|
<content-loader
|
||||||
:height="272"
|
:height="239"
|
||||||
:width="517"
|
:width="520"
|
||||||
:speed="2"
|
:speed="2"
|
||||||
primary-color="#17314f"
|
primary-color="#17314f"
|
||||||
secondary-color="#2b6cb0"
|
secondary-color="#2b6cb0"
|
||||||
>
|
>
|
||||||
<rect x="2" y="23" rx="3" ry="3" width="164" height="31" />
|
<rect x="0" y="45" rx="3" ry="3" width="126.28" height="31" />
|
||||||
<circle cx="49" cy="121" r="48" />
|
<circle cx="49" cy="145" r="48" />
|
||||||
<rect x="119" y="75" rx="3" ry="3" width="123" height="31" />
|
<rect x="365" y="108" rx="3" ry="3" width="62" height="31" />
|
||||||
<rect x="119" y="116" rx="3" ry="3" width="164" height="31" />
|
<rect x="162" y="108" rx="3" ry="3" width="195" height="31" />
|
||||||
<rect x="136" y="179" rx="3" ry="3" width="80" height="80" />
|
<rect x="109" y="154" rx="6" ry="6" width="126" height="38" />
|
||||||
<rect x="222" y="209" rx="3" ry="3" width="59" height="22" />
|
<rect x="243" y="154" rx="6" ry="6" width="277" height="38" />
|
||||||
<rect x="330" y="183" rx="3" ry="3" width="75" height="19" />
|
<rect x="0" y="217" rx="3" ry="3" width="67" height="22" />
|
||||||
<rect x="458" y="185" rx="3" ry="3" width="75" height="19" />
|
<rect x="78" y="217" rx="3" ry="3" width="80" height="22" />
|
||||||
<rect x="330" y="212" rx="3" ry="3" width="75" height="10" />
|
<circle cx="133" cy="122" r="24" />
|
||||||
<rect x="340" y="232" rx="3" ry="3" width="65" height="10" />
|
|
||||||
<rect x="468" y="218" rx="3" ry="3" width="65" height="10" />
|
|
||||||
</content-loader>
|
</content-loader>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue