alterações 07-04-26
This commit is contained in:
10
play.php
10
play.php
@@ -9,7 +9,7 @@
|
||||
content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no, orientation=portrait">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<title>Siemens - Cadastro Roleta</title>
|
||||
<title>IUS - Cadastro Roleta</title>
|
||||
<!-- <script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/mind-ar@1.2.5/dist/mindar-image-aframe.prod.js"></script> -->
|
||||
<!-- Include necessary JS files for cookie checking -->
|
||||
@@ -153,7 +153,7 @@
|
||||
<div class="finalScreen" id="finalScreen" style="display: none;">
|
||||
<!-- <h2>Parabéns!</h2>
|
||||
<p>Você completou o desafio e desbloqueou sua recompensa.</p>
|
||||
<p>Passe no balcão do stand da SIEMENS e garanta seu prêmio!</p>
|
||||
<p>Passe no balcão do stand da IUS e garanta seu prêmio!</p>
|
||||
-->
|
||||
<span>CÓDIGO PARA JOGAR</span>
|
||||
<h1 id="codigoPremio"></h1>
|
||||
@@ -358,7 +358,7 @@
|
||||
height: 100%;
|
||||
z-index: 8000;
|
||||
color: white;
|
||||
background-color: #000028;
|
||||
background-color: var(--cor-fundo-escuro);
|
||||
}
|
||||
|
||||
.footer-svg {
|
||||
@@ -403,7 +403,7 @@
|
||||
h2 {
|
||||
font-size: 4em;
|
||||
font-weight: 700;
|
||||
color: #00f4bc;
|
||||
color: var(--cor-texto-principal);
|
||||
}
|
||||
|
||||
|
||||
@@ -431,7 +431,7 @@ div#finalScreen {
|
||||
}
|
||||
|
||||
h1#codigoPremio {
|
||||
color: #00f4bc;
|
||||
color: var(--cor-texto-principal);
|
||||
font-size: 5em;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user