diff options
Diffstat (limited to 'frontend/css')
-rw-r--r-- | frontend/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 { | |||
89 | align-items: center; | 89 | align-items: center; |
90 | justify-content: center; | 90 | justify-content: center; |
91 | } | 91 | } |
92 | |||
93 | .access-token-input { | ||
94 | padding: 5px 0; | ||
95 | width: 450px; | ||
96 | } | ||
97 | |||
98 | .access-token-input > input, .access-token-input i { | ||
99 | cursor: copy !important; | ||
100 | } | ||