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