summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/profile_two_factor_auth.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/profile_two_factor_auth.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/profile_two_factor_auth.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/profile_two_factor_auth.scss b/app/assets/stylesheets/page_bundles/profile_two_factor_auth.scss
new file mode 100644
index 00000000000..3b4b1fdcded
--- /dev/null
+++ b/app/assets/stylesheets/page_bundles/profile_two_factor_auth.scss
@@ -0,0 +1,11 @@
+@media print {
+ .codes-to-print {
+ background-color: var(--white);
+ height: 100%;
+ width: 100%;
+ position: fixed;
+ top: 0;
+ left: 0;
+ margin: 0;
+ }
+}