summaryrefslogtreecommitdiff
path: root/src/components/Rule.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Rule.module.css')
-rw-r--r--src/components/Rule.module.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/components/Rule.module.css b/src/components/Rule.module.css
new file mode 100644
index 0000000..6505aa6
--- /dev/null
+++ b/src/components/Rule.module.css
@@ -0,0 +1,29 @@
+.rule {
+ display: flex;
+ align-items: center;
+ padding: 10px 40px;
+}
+
+.left {
+ width: 40px;
+ padding-right: 15px;
+ color: var(--color-text-secondary);
+ opacity: 0.4;
+}
+
+.a {
+ display: flex;
+ align-items: center;
+ font-size: 12px;
+ opacity: 0.8;
+}
+
+.b {
+ padding: 10px 0;
+ font-family: 'Roboto Mono', Menlo, monospace;
+ font-size: 19px;
+}
+
+.type {
+ width: 110px;
+}