summaryrefslogtreecommitdiff
path: root/src/components/Rule.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Rule.module.scss')
-rw-r--r--src/components/Rule.module.scss38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/components/Rule.module.scss b/src/components/Rule.module.scss
deleted file mode 100644
index bffac93..0000000
--- a/src/components/Rule.module.scss
+++ /dev/null
@@ -1,38 +0,0 @@
-.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;
-}
-
-.proxy {
- // background: #f5bc41;
- // background: #eee;
- // color: #eee;
- // padding: 5px;
- // border-radius: 5px;
-}