From c2c00fca7dccb6e512a0f01bc87db129538765ef Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 7 Aug 2019 22:33:23 +0200 Subject: Add access token ui and rest api --- frontend/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'frontend/css') 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; +} -- cgit v1.2.3