X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=frontend%2Fcss%2Fstyle.css;h=b43d6fee44c62711de2530534381a108dba32020;hb=c2c00fca7dccb6e512a0f01bc87db129538765ef;hp=901de34aa2ba08af4a4c68f1f71e2a82ae2f2a0a;hpb=d5940df06a4f498176dad293f66607fb69eb2a28;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/css/style.css b/frontend/css/style.css index 901de34..b43d6fe 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -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; +}