about summary refs log tree commit diff
path: root/app/javascript/styles/lists.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/lists.scss')
-rw-r--r--app/javascript/styles/lists.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/javascript/styles/lists.scss b/app/javascript/styles/lists.scss
new file mode 100644
index 000000000..47805663f
--- /dev/null
+++ b/app/javascript/styles/lists.scss
@@ -0,0 +1,20 @@
+.no-list {
+  list-style: none;
+
+  li {
+    display: inline-block;
+    margin: 0 5px;
+  }
+}
+
+.recovery-codes {
+  list-style: none;
+  margin: 0 auto;
+  text-align: center;
+
+  li {
+    font-size: 125%;
+    line-height: 1.5;
+    letter-spacing: 1px;
+  }
+}