ESL Overlay közvetítésekhez
Fibinger Ádám
2020-04-25 083ff4d872c2d2ba1ea711999771e90b33e495aa
assets/overlay.scss
@@ -113,6 +113,7 @@
  .operator {
   z-index: 10;
   background-repeat: no-repeat;
   background-size: cover;
   width: 50px;
@@ -123,6 +124,7 @@
   text-align: center;
   .prohibit {
     z-index: 20;
     text-align: center;
     color: gray;
     margin-top: 15px;
@@ -135,6 +137,22 @@
     color: red;
   }
  }
  .operator :after {
   z-index: -1px;
   position: relative;
   top: -42px;
   left: 0;
   content: '';
   width: 33px;
   height: 33px;
   display: block;
  }
  .blue .operator :after {
   box-shadow: 0 0 10px 0 #1486e5;
  }
  .orange .operator :after {
   box-shadow: 0 0 10px 0 #EA7019;
  }
  .esl-logo {
   height: 40px;