From 8b1f17eba1afd88c96d76fe1208875c739ea6537 Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Thu, 09 Jan 2020 16:27:16 +0100
Subject: [PATCH] Kali és Wamai

---
 assets/op-color/wamai.png |    0 
 assets/overlay.scss       |   35 ++++++++++++++++++++++-------------
 assets/op-color/kali.png  |    0 
 3 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/assets/op-color/kali.png b/assets/op-color/kali.png
new file mode 100644
index 0000000..fba4990
--- /dev/null
+++ b/assets/op-color/kali.png
Binary files differ
diff --git a/assets/op-color/wamai.png b/assets/op-color/wamai.png
new file mode 100644
index 0000000..d2a49fd
--- /dev/null
+++ b/assets/op-color/wamai.png
Binary files differ
diff --git a/assets/overlay.scss b/assets/overlay.scss
index 2876f91..3cdb73c 100644
--- a/assets/overlay.scss
+++ b/assets/overlay.scss
@@ -143,20 +143,29 @@
 
   &.soon {
 	background: transparent url("/assets/backgrounds/start-soon.png") no-repeat;
+  }
+  &.interview {
+	background: transparent url("/assets/backgrounds/interrogation.png") no-repeat;
+  }
 
-	.text, .placeholder {
-	  position: absolute;
-	  width: 50%;
-	  left: 25%;
-	  text-align: center;
-	  top: 97%;
-	  font-size: 5em;
-	  color: white;
-	}
-	.placeholder {
-	  opacity: 0.5;
-	  background-color: black;
-	  border-radius: 0.2em;
+  .text, .placeholder {
+	position: absolute;
+	width: 50%;
+	left: 25%;
+	text-align: center;
+	top: 10em;
+	font-size: 5em;
+	color: white;
+  }
+  .placeholder {
+	opacity: 0.5;
+	background-color: black;
+	border-radius: 0.2em;
+  }
+
+  div.interview {
+	.text.team {
+	  top: 2em;
 	}
   }
 

--
Gitblit v1.8.0