mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
spin
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,8 +11,8 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-DBT3txYl.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BpKtN3Ry.css">
|
||||
<script type="module" crossorigin src="/assets/index-jkAqWJYz.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DpzaTbCt.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -19,6 +19,15 @@ body {
|
||||
scrollbar-color: #3b82f6 rgba(255, 255, 255, 0.08);
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
|
||||
Reference in New Issue
Block a user