]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Remove noisy header bar shadow
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index 901de34aa2ba08af4a4c68f1f71e2a82ae2f2a0a..23364e5267cb8891035b1b8e6096d5c237ee500b 100644 (file)
@@ -22,7 +22,6 @@ html, body {
 
 .el-header {
     padding: 10px 20px;
-    box-shadow: 0 1px 7px rgba(0,0,0,0.3);
     height: 52px !important;
 }
 
@@ -89,3 +88,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;
+}