Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-04-15 18:24:20 +0300
committerTimothy Andrew <mail@timothyandrew.net>2016-04-28 19:58:36 +0300
commit6d76f14f54eb1af0e5c29eff1b8f5e70d2264ffd (patch)
tree070356b310ca52d57c18b43295218455cddd1d0c /app/assets/stylesheets/pages/profile.scss
parente2a4051cc3f4192849d7571bf83b0d9a7b2cbd4e (diff)
Allow revoking personal access tokens.
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss3
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