parent
f7d6881bdd
commit
aecb6446d6
@ -1,8 +1,8 @@ |
||||
<div class="op-principal-loading-skeleton"> |
||||
<op-content-loader |
||||
viewBox="0 0 200 80" |
||||
> |
||||
<svg:rect height="30%" rx="4" ry="4" width="117" x="75" y="30" /> |
||||
<svg:circle cx="35" cy="40" r="35"></circle> |
||||
</op-content-loader> |
||||
<op-content-loader |
||||
viewBox="0 0 180 80" |
||||
> |
||||
<svg:rect height="30%" rx="4" ry="4" width="117" x="75" y="30"/> |
||||
<svg:circle cx="35" cy="42" r="35"></circle> |
||||
</op-content-loader> |
||||
</div> |
@ -0,0 +1,7 @@ |
||||
.op-principal-loading-skeleton |
||||
width: 100% |
||||
position: relative |
||||
background: var(--body-background) |
||||
font-size: var(--card-font-size) |
||||
overflow: hidden |
||||
height: 80px |
@ -1,8 +1,8 @@ |
||||
<div class="op-wp-loading-skeleton"> |
||||
<op-content-loader |
||||
[viewBox]="viewBox" |
||||
> |
||||
<svg:rect x="0" y="0" rx="3" ry="3" width="30%" height="35%"/> |
||||
<svg:rect x="0" y="40%" rx="3" ry="3" width="100%" height="35%"/> |
||||
</op-content-loader> |
||||
<op-content-loader |
||||
[viewBox]="viewBox" |
||||
> |
||||
<svg:rect x="0" y="0" rx="3" ry="3" width="20%" height="35%"/> |
||||
<svg:rect x="0" y="40%" rx="3" ry="3" width="100%" height="35%"/> |
||||
</op-content-loader> |
||||
</div> |
Loading…
Reference in new issue