From 3bcc95932af59569d7d8c7a6cd8e91e8fd0b290d Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Wed, 09 Oct 2019 21:10:40 +0200
Subject: [PATCH] Orange - Blue csere

---
 assets/overlay.css |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/assets/overlay.css b/assets/overlay.css
index 35106d7..eb53a18 100644
--- a/assets/overlay.css
+++ b/assets/overlay.css
@@ -7,8 +7,6 @@
 body {
     width: 1920px;
     height: 1080px;
-    /*background-image: url("/assets/test.png");
-    background-repeat: no-repeat;*/
     font-family: 'Oswald', sans-serif;
 }
 
@@ -38,10 +36,20 @@
     font-size: 34px;
 }
 
-#stripe .team.orange {
+#stripe .team.blue {
     left: 270px;
     text-align: right;
 }
+
+#stripe .team.orange {
+    left: 1215px;
+    text-align: left;
+}
+
+#stripe .ban.orange {
+    left: 1080px;
+}
+
 #stripe .ban {
     position: inherit;
     top: -1px;
@@ -51,20 +59,13 @@
     left: 715px;
 }
 
-#stripe .ban.orange {
-    left: 1080px;
-}
-
 .operator {
     background-repeat: no-repeat;
     background-size: cover;
     width: 60px;
     height: 60px;
 }
-#stripe .team.blue {
-    left: 1215px;
-    text-align: left;
-}
+
 
 #stripe .logo {
     display: inline-block;

--
Gitblit v1.8.0