New Drive UI initial version
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<html lang="en" translate="no">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Twake</title>
|
||||
<title>Tdrive</title>
|
||||
<meta name="google" content="notranslate">
|
||||
<meta name="description" content="Go to Twake application" />
|
||||
<meta name="description" content="Go to Tdrive application" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
||||
@@ -20,7 +20,7 @@
|
||||
width: 100vw;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
background: #0d0f38;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
#root {
|
||||
@@ -58,7 +58,7 @@
|
||||
color 6s ease-in-out infinite
|
||||
;
|
||||
stroke-linecap: round;
|
||||
stroke: #FFFFFF;
|
||||
stroke: #007AFF;
|
||||
}
|
||||
|
||||
@keyframes rotate{
|
||||
|
||||
Reference in New Issue
Block a user