Spaces:
Running
Running
Upload sign_in.html
Browse files- sign_in.html +5 -4
sign_in.html
CHANGED
|
@@ -41,8 +41,9 @@
|
|
| 41 |
width: 64px;
|
| 42 |
height: 64px;
|
| 43 |
margin-bottom: 24px;
|
| 44 |
-
/*
|
| 45 |
-
|
|
|
|
| 46 |
background-repeat: no-repeat;
|
| 47 |
background-position: center;
|
| 48 |
display: inline-block;
|
|
@@ -120,12 +121,12 @@
|
|
| 120 |
<form method="GET" action="/oauth2/start">
|
| 121 |
<input type="hidden" name="rd" value="/">
|
| 122 |
<button type="submit" class="btn btn-github">
|
| 123 |
-
Sign in with
|
| 124 |
</button>
|
| 125 |
</form>
|
| 126 |
|
| 127 |
<div class="footer">
|
| 128 |
-
|
| 129 |
</div>
|
| 130 |
</div>
|
| 131 |
</body>
|
|
|
|
| 41 |
width: 64px;
|
| 42 |
height: 64px;
|
| 43 |
margin-bottom: 24px;
|
| 44 |
+
margin-top: 10px; /* 位置下移 */
|
| 45 |
+
/* Filled red robot icon */
|
| 46 |
+
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ff4d4d" d="M12 2a2 2 0 0 1 2 2c0 .74-.4 1.39-1 1.73V7h1a7 7 0 0 1 7 7h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v1a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-1H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1a7 7 0 0 1 7-7V5.73C9.4 5.39 9 4.74 9 4a2 2 0 0 1 2-2M4.5 11a5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 5.5-5.5H11v2h2v-2h2.5z"/></svg>');
|
| 47 |
background-repeat: no-repeat;
|
| 48 |
background-position: center;
|
| 49 |
display: inline-block;
|
|
|
|
| 121 |
<form method="GET" action="/oauth2/start">
|
| 122 |
<input type="hidden" name="rd" value="/">
|
| 123 |
<button type="submit" class="btn btn-github">
|
| 124 |
+
Sign in with Github
|
| 125 |
</button>
|
| 126 |
</form>
|
| 127 |
|
| 128 |
<div class="footer">
|
| 129 |
+
|
| 130 |
</div>
|
| 131 |
</div>
|
| 132 |
</body>
|