blob: 083a20cf012f2564f974aa2942fb82536a52d583 [file] [log] [blame]
{
"version": 3,
"sources": ["fetch.css"],
"sourcesContent": ["/*\n * Copyright 2021 The Go Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style\n * license that can be found in the LICENSE file.\n */\n\n.Fetch-button {\n align-self: center;\n}\n@keyframes blink {\n 0% {\n opacity: 0.2;\n }\n 20% {\n opacity: 1;\n }\n 100% {\n opacity: 0.2;\n }\n}\n.Fetch-dot {\n animation-duration: 1.4s;\n animation-fill-mode: both;\n animation-iteration-count: infinite;\n animation-name: blink;\n background-color: var(--color-brand-primary);\n border-radius: 50%;\n display: inline-block;\n height: 0.5rem;\n width: 0.5rem;\n}\n.Fetch-loading {\n display: none;\n text-align: center;\n}\n.Fetch-loading:nth-child(2) {\n animation-delay: 0.2s;\n}\n.Fetch-loading:nth-child(3) {\n animation-delay: 0.4s;\n}\n.Fetch-message,\n.Fetch-messageSecondary {\n text-align: center;\n}\n"],
"mappings": ";;;;;AAMA,cACE,kBAEF,oBAEI,eAGA,aAGA,YAGJ,WACE,wBACA,yBACA,mCACA,qBACA,4CAzBF,kBA2BE,qBACA,aACA,YAEF,eACE,aACA,kBAEF,4BACE,oBAEF,4BACE,oBAEF,uCAEE",
"names": []
}