diff options
author | Timothy Andrew <mail@timothyandrew.net> | 2016-04-15 20:54:20 +0530 |
---|---|---|
committer | Timothy Andrew <mail@timothyandrew.net> | 2016-04-28 22:28:36 +0530 |
commit | 6d76f14f54eb1af0e5c29eff1b8f5e70d2264ffd (patch) | |
tree | 070356b310ca52d57c18b43295218455cddd1d0c /app/assets/stylesheets/pages/profile.scss | |
parent | e2a4051cc3f4192849d7571bf83b0d9a7b2cbd4e (diff) | |
download | gitlab-ce-6d76f14f54eb1af0e5c29eff1b8f5e70d2264ffd.tar.gz |
Allow revoking personal access tokens.
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r-- | app/assets/stylesheets/pages/profile.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss index 01f98479623..5a4d0a5c8b0 100644 --- a/app/assets/stylesheets/pages/profile.scss +++ b/app/assets/stylesheets/pages/profile.scss @@ -205,3 +205,6 @@ text-align: center; } } +.personal-access-tokens-revoked-label { + color: #bbb; +}
\ No newline at end of file |