]> 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 3233715ff95bd15b688c5f176e9c47ec751d4a5c..9d019b0fde57f4b21ccf2e9f7905d375fde92c7f 100644 (file)
@@ -78,6 +78,10 @@ a:hover, a:focus {
     padding: 7px;
 }
 
+.el-switch__label {
+    height: auto;
+}
+
 /* welcome and 404 page */
 .container-center {
     display: flex;
@@ -85,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;
+}