ESL Overlay közvetítésekhez
Fibinger Ádám
2020-04-25 083ff4d872c2d2ba1ea711999771e90b33e495aa
assets/overlay.css
@@ -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;