@@ -13,3 +13,71 @@ See the License for the specific language governing permissions and
1313limitations under the License. */
1414
1515
16+ @charset "UTF-8" ;
17+ /**
18+ *
19+ * three-dots.css v0.1.0
20+ *
21+ * https://nzbin.github.io/three-dots/
22+ *
23+ * Copyright (c) 2018 nzbin
24+ *
25+ * Released under the MIT license
26+ *
27+ */
28+
29+
30+ .dot-bricks {
31+ position : relative;
32+ top : 8px ;
33+ left : -9999px ;
34+ width : 10px ;
35+ height : 10px ;
36+ border-radius : 5px ;
37+ background-color : # 9880ff ;
38+ color : # 9880ff ;
39+ box-shadow : 9991px -16px 0 0 # 9880ff, 9991px 0 0 0 # 9880ff, 10007px 0 0 0 # 9880ff ;
40+ animation : dotBricks 2s infinite ease;
41+ }
42+
43+ @keyframes dotBricks {
44+ 0% {
45+ box-shadow : 9991px -16px 0 0 # 9880ff, 9991px 0 0 0 # 9880ff, 10007px 0 0 0 # 9880ff ;
46+ }
47+ 8 .333% {
48+ box-shadow : 10007px -16px 0 0 # 9880ff, 9991px 0 0 0 # 9880ff, 10007px 0 0 0 # 9880ff ;
49+ }
50+ 16 .667% {
51+ box-shadow : 10007px -16px 0 0 # 9880ff, 9991px -16px 0 0 # 9880ff, 10007px 0 0 0 # 9880ff ;
52+ }
53+ 25% {
54+ box-shadow : 10007px -16px 0 0 # 9880ff, 9991px -16px 0 0 # 9880ff, 9991px 0 0 0 # 9880ff ;
55+ }
56+ 33 .333% {
57+ box-shadow : 10007px 0 0 0 # 9880ff, 9991px -16px 0 0 # 9880ff, 9991px 0 0 0 # 9880ff ;
58+ }
59+ 41 .667% {
60+ box-shadow : 10007px 0 0 0 # 9880ff, 10007px -16px 0 0 # 9880ff, 9991px 0 0 0 # 9880ff ;
61+ }
62+ 50% {
63+ box-shadow : 10007px 0 0 0 # 9880ff, 10007px -16px 0 0 # 9880ff, 9991px -16px 0 0 # 9880ff ;
64+ }
65+ 58 .333% {
66+ box-shadow : 9991px 0 0 0 # 9880ff, 10007px -16px 0 0 # 9880ff, 9991px -16px 0 0 # 9880ff ;
67+ }
68+ 66 .666% {
69+ box-shadow : 9991px 0 0 0 # 9880ff, 10007px 0 0 0 # 9880ff, 9991px -16px 0 0 # 9880ff ;
70+ }
71+ 75% {
72+ box-shadow : 9991px 0 0 0 # 9880ff, 10007px 0 0 0 # 9880ff, 10007px -16px 0 0 # 9880ff ;
73+ }
74+ 83 .333% {
75+ box-shadow : 9991px -16px 0 0 # 9880ff, 10007px 0 0 0 # 9880ff, 10007px -16px 0 0 # 9880ff ;
76+ }
77+ 91 .667% {
78+ box-shadow : 9991px -16px 0 0 # 9880ff, 9991px 0 0 0 # 9880ff, 10007px -16px 0 0 # 9880ff ;
79+ }
80+ 100% {
81+ box-shadow : 9991px -16px 0 0 # 9880ff, 9991px 0 0 0 # 9880ff, 10007px 0 0 0 # 9880ff ;
82+ }
83+ }
0 commit comments