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:
authorLuke Picciau <git@itscode.red>2018-09-17 18:59:21 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-09-17 18:59:21 +0300
commit8ee1ccf093fc6effb95dda17a73850b1b95d4d2b (patch)
treed9d3ae249e2e9ab3778e42df131527fae28d4477 /app/assets/stylesheets/pages/profile.scss
parent623ba9fd64bd349581d8f60c69d8933f641fa1e4 (diff)
Add 2fa button
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 17f34319050..caa839c32a5 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -279,6 +279,10 @@ table.u2f-registrations {
}
}
+.codes {
+ padding-top: 14px;
+}
+
.oauth-application-show {
.scope-name {
font-weight: $gl-font-weight-bold;