4 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
5 "Droid Sans", "Helvetica Neue", sans-serif;
6 -webkit-font-smoothing: antialiased;
7 -moz-osx-font-smoothing: grayscale;
11 font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
17 flex-direction: column;
41 background-color: #333;
45 display: inline-block;
47 -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
48 animation: sk-stretchdelay 1.2s infinite ease-in-out;
52 -webkit-animation-delay: -1.1s;
53 animation-delay: -1.1s;
57 -webkit-animation-delay: -1.0s;
58 animation-delay: -1.0s;
62 -webkit-animation-delay: -0.9s;
63 animation-delay: -0.9s;
67 -webkit-animation-delay: -0.8s;
68 animation-delay: -0.8s;
71 @-webkit-keyframes sk-stretchdelay {
72 0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
73 20% { -webkit-transform: scaleY(1.0) }
76 @keyframes sk-stretchdelay {
78 transform: scaleY(0.4);
79 -webkit-transform: scaleY(0.4);
81 transform: scaleY(1.0);
82 -webkit-transform: scaleY(1.0);