ESL Overlay közvetítésekhez
Fibinger Ádám
2020-01-09 8b1f17eba1afd88c96d76fe1208875c739ea6537
assets/overlay.scss
@@ -143,13 +143,17 @@
  &.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%;
   top: 10em;
     font-size: 5em;
     color: white;
   }
@@ -158,6 +162,11 @@
     background-color: black;
     border-radius: 0.2em;
   }
  div.interview {
   .text.team {
     top: 2em;
   }
  }
}