summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/profile.scss
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-22 18:33:44 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-05-23 15:04:40 -0400
commite73ea12695c5b15c950a40adfceae83141124c20 (patch)
tree99652579f61bd5553bcad8e8feb513273c23fe5c /app/assets/stylesheets/pages/profile.scss
parentf042b085f64223ffe7b9d26f003ee2db76af27a6 (diff)
downloadgitlab-ce-e73ea12695c5b15c950a40adfceae83141124c20.tar.gz
Add support for manually entering 2FA details
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 280e8b57174..5b528b38d36 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -93,3 +93,17 @@
}
}
}
+
+// Profile > Account > Two Factor Authentication
+.two-factor-new {
+ .manual-instructions {
+ h3 {
+ margin-top: 0;
+ }
+
+ // Slightly increase the size of the details so they're easier to read
+ dl {
+ font-size: 1.1em;
+ }
+ }
+}