ESL Overlay közvetítésekhez
Fibinger Ádám
2020-01-09 8b1f17eba1afd88c96d76fe1208875c739ea6537
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;
   }
  }