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-18 13:18:54 +0300
committerTimothy Andrew <mail@timothyandrew.net>2016-04-28 19:58:36 +0300
commite5cf527f279964a8952de544526e8def226b98d7 (patch)
tree02971ecfe27884880d5917e37fc902b91ce803e5 /app/assets/stylesheets/pages/profile.scss
parent1541d1de18c3e7707ce1289f882b4c1262ec8c71 (diff)
Allow expiration of personal access tokens.
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 5a4d0a5c8b0..8c62c97215f 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -207,4 +207,8 @@
}
.personal-access-tokens-revoked-label {
color: #bbb;
+}
+
+.personal-access-tokens-never-expires-label {
+ color: #bbb;
} \ No newline at end of file