From 74eb3870b8f721ab44ff9dd1f4e4ab00d3841824 Mon Sep 17 00:00:00 2001
From: resynth1943 <resynth1943@tutanota.com>
Date: Wed, 8 Jul 2020 17:58:50 +0100
Subject: [PATCH] Long live replace_info

---
 styling/replace_info.css | 52 ----------------------------------------
 1 file changed, 52 deletions(-)
 delete mode 100644 styling/replace_info.css

diff --git a/styling/replace_info.css b/styling/replace_info.css
deleted file mode 100644
index 7f1f31b..0000000
--- a/styling/replace_info.css
+++ /dev/null
@@ -1,52 +0,0 @@
-.replace-info {
-    border-left: 10px solid #5e81ac;
-    padding-top: 5px;
-    background: #2c313d;
-    padding-bottom: 5px;
-    margin-bottom: 60px;
-    max-width: max-content;
-    padding-right: 20px;
-}
-
-.replace-info-list > li {
-    display: inline-block;
-}
-
-.replace-info-list > li:not(:last-child) {
-    margin-right: 20px;
-}
-
-.replace-info-list > li:not(:last-child)::after {
-    content: '|';
-    margin-left: 20px;
-    color: rgb(189, 189, 189);
-}
-
-.replace-info-list > li a {
-    text-decoration: none;
-    color: rgb(206, 206, 206);
-    padding: 10px;
-    /* border: 2px solid #37a4a1; */
-    background: #434c5e;
-    transition: background 0.25s linear;
-}
-
-.replace-info-list > li a:hover, .replace-info-list > li a:focus {
-    background: #2d0675;
-}
-
-.replace-info-addendum {
-    margin: 0;
-    padding: 0;
-    margin-bottom: 10px;
-    margin-left: 42px;
-    font-style: italic;
-    color: rgb(189, 189, 189);
-    /* display: inline-block; */
-    display: none;
-}
-
-.replace-info-list {
-    /* display: inline-block; */
-}
-
-- 
GitLab