|
@@ -32,4 +32,26 @@ defineProps({
|
|
|
75% {text-shadow:-33ch 0 #000,-22ch 0 #dbf03f,-11ch 0 #f03756, 0ch 0 #6fedf8,11ch 0 #000}
|
|
|
100%{text-shadow:-44ch 0 #000,-33ch 0 #dbf03f,-22ch 0 #f03756,-11ch 0 #6fedf8, 0ch 0 #000}
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+// .loader {
|
|
|
+// width: 120px;
|
|
|
+// height: 22px;
|
|
|
+// border-radius: 20px;
|
|
|
+// color: #00897b;
|
|
|
+// border: 2px solid;
|
|
|
+// position: relative;
|
|
|
+// }
|
|
|
+// .loader::before {
|
|
|
+// content: "";
|
|
|
+// position: absolute;
|
|
|
+// margin: 2px;
|
|
|
+// inset: 0 100% 0 0;
|
|
|
+// border-radius: inherit;
|
|
|
+// background: currentColor;
|
|
|
+// animation: l6 2s infinite;
|
|
|
+// }
|
|
|
+// @keyframes l6 {
|
|
|
+// 100% {inset:0}
|
|
|
+// }
|
|
|
</style>
|