]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Improve token description
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index 901de34aa2ba08af4a4c68f1f71e2a82ae2f2a0a..9d019b0fde57f4b21ccf2e9f7905d375fde92c7f 100644 (file)
@@ -89,3 +89,12 @@ a:hover, a:focus {
     align-items: center;
     justify-content: center;
 }
+
+.access-token-input {
+    padding: 5px 0;
+    width: 487px;
+}
+
+.access-token-input > input, .access-token-input i {
+    cursor: copy !important;
+}