Skip to content

Commit 80816d4

Browse files
authored
Update Transactions - Serve
1 parent d221518 commit 80816d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Transactions - Serve

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ Content-Location: https://secure.serve.com/accounts/2dc5786bb32f41618c14fa268879
1919
Content-Type: text/css
2020
Content-Transfer-Encoding: binary
2121
Content-Location: cid:css-484a5e46-2589-454d-8788-1fba711fedb7@mhtml.blink
22+
<label for="file">File progress:</label>
2223

24+
<progress id="file" max="100" value="100">100%</progress>
2325
@charset "utf-8";
2426

2527
.react-skeleton-load { line-height: 1; display: inline-block; overflow: hidden; position: relative; }
2628

2729
.react-skeleton-load.animated::before { content: ""; position: absolute; height: 100%; width: 500px; top: 0px; left: -500px; background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)); animation: 1.2s ease-in-out 0s infinite normal none running progress; }
2830

29-
@keyframes progress {
31+
@keyframes progress { <label for="file">File progress:</label>
32+
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress
33+
<progress id="file" max="100" value="100">100%</progress>
3034
0% { left: -500px; }
3135
100% { left: 100%; }
3236
}

0 commit comments

Comments
 (0)