3 /* background-color: #006496; */
13 text-rendering: optimizeLegibility;
40 display: inline-block;
46 box-sizing: border-box;
53 border: 10px solid #006496;
55 animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
56 border-color: #006496 transparent transparent transparent;
58 .lds-ring div:nth-child(1) {
59 animation-delay: -0.45s;
61 .lds-ring div:nth-child(2) {
62 animation-delay: -0.3s;
64 .lds-ring div:nth-child(3) {
65 animation-delay: -0.15s;
69 transform: rotate(0deg);
72 transform: rotate(360deg);