ESL Overlay közvetítésekhez
083ff4d872c2d2ba1ea711999771e90b33e495aa..aee2d5e854016d24a6470fd625ff378b16531509
2020-05-01 Fibinger Ádám
Stripe update - Wargasz logó
aee2d5 diff | tree
2020-05-01 Fibinger Ádám
Stripe update - végre rendes logóval
11cf46 diff | tree
1 files added
3 files modified
38 ■■■■■ changed files
assets/WARGASZ_color.png patch | view | raw | blame | history
assets/overlay.css 19 ●●●●● patch | view | raw | blame | history
assets/overlay.scss 19 ●●●●● patch | view | raw | blame | history
assets/stripe.png patch | view | raw | blame | history
assets/WARGASZ_color.png
assets/overlay.css
@@ -8,12 +8,12 @@
  width: 1920px;
  height: 1080px;
  font-family: "Oswald", sans-serif;
  /* background-image: url("/assets/test.png");*/
  /*background-image: url("/assets/test.png");*/
}
#stripe {
  position: fixed;
  top: -6px;
  top: -3px;
  left: 0;
  width: 100%;
  height: 58px;
@@ -39,22 +39,22 @@
  font-size: 33px;
}
#stripe .team.blue {
  left: 270px;
  left: 325px;
  text-align: right;
}
#stripe .team.orange {
  left: 1215px;
  left: 1160px;
  text-align: left;
}
#stripe .ban {
  position: inherit;
  top: -1px;
  top: 2px;
}
#stripe .ban.orange {
  left: 1080px;
  left: 1000px;
}
#stripe .ban.blue {
  left: 735px;
  left: 812px;
}
#stripe .info {
  position: inherit;
@@ -137,6 +137,11 @@
  margin-top: 5px;
  margin-right: 8px;
}
#stripe .wargasz-logo {
  height: 40px;
  margin-top: 5px;
  margin-right: 8px;
}
#stripe .flag.hun {
  height: 34px;
  margin: 8px 0 0 8px;
assets/overlay.scss
@@ -8,12 +8,12 @@
  width: 1920px;
  height: 1080px;
  font-family: 'Oswald', sans-serif;
  /* background-image: url("/assets/test.png");*/
  /*background-image: url("/assets/test.png");*/
}
#stripe {
  position: fixed;
  top: -6px;
  top: -3px;
  left: 0;
  width: 100%;
  height: 58px;
@@ -43,26 +43,26 @@
    }
    &.blue {
      left: 270px;
      left: 325px;
      text-align: right;
    }
    &.orange {
      left: 1215px;
      left: 1160px;
      text-align: left;
    }
  }
  .ban {
    position: inherit;
    top: -1px;
    top: 2px;
    &.orange {
      left: 1080px;
      left: 1000px;
    }
    &.blue {
      left: 735px;
      left: 812px;
    }
  }
@@ -159,6 +159,11 @@
    margin-top: 5px;
    margin-right: 8px;
  }
  .wargasz-logo {
    height: 40px;
    margin-top: 5px;
    margin-right: 8px;
  }
  .flag.hun {
    height: 34px;
assets/stripe.png