From 11cf465478a5b2dd4847eb439ea6b9eeafbc3cb0 Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Fri, 01 May 2020 13:45:35 +0200
Subject: [PATCH] Stripe update - végre rendes logóval

---
 assets/overlay.css |   32 +++++++++++++++++++++++++-------
 1 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/assets/overlay.css b/assets/overlay.css
index 9132cf7..16ff38c 100644
--- a/assets/overlay.css
+++ b/assets/overlay.css
@@ -8,12 +8,12 @@
   width: 1920px;
   height: 1080px;
   font-family: "Oswald", sans-serif;
-  /* background-image: url("/assets/test.png");*/
+  /*background-image: url("/assets/test.png");*/
 }
 
 #stripe {
   position: fixed;
-  top: -6px;
+  top: -3px;
   left: 0;
   width: 100%;
   height: 58px;
@@ -39,22 +39,22 @@
   font-size: 33px;
 }
 #stripe .team.blue {
-  left: 270px;
+  left: 325px;
   text-align: right;
 }
 #stripe .team.orange {
-  left: 1215px;
+  left: 1160px;
   text-align: left;
 }
 #stripe .ban {
   position: inherit;
-  top: -1px;
+  top: 2px;
 }
 #stripe .ban.orange {
-  left: 1080px;
+  left: 1000px;
 }
 #stripe .ban.blue {
-  left: 735px;
+  left: 815px;
 }
 #stripe .info {
   position: inherit;
@@ -97,6 +97,7 @@
   top: 23px;
 }
 #stripe .operator {
+  z-index: 10;
   background-repeat: no-repeat;
   background-size: cover;
   width: 50px;
@@ -106,6 +107,7 @@
   text-align: center;
 }
 #stripe .operator .prohibit {
+  z-index: 20;
   text-align: center;
   color: gray;
   margin-top: 15px;
@@ -114,6 +116,22 @@
   filter: none;
   color: red;
 }
+#stripe .operator :after {
+  z-index: -1px;
+  position: relative;
+  top: -42px;
+  left: 0;
+  content: "";
+  width: 33px;
+  height: 33px;
+  display: block;
+}
+#stripe .blue .operator :after {
+  box-shadow: 0 0 10px 0 #1486e5;
+}
+#stripe .orange .operator :after {
+  box-shadow: 0 0 10px 0 #EA7019;
+}
 #stripe .esl-logo {
   height: 40px;
   margin-top: 5px;

--
Gitblit v1.8.0