diff --git a/gestaoRaul/templates/static/base.css b/gestaoRaul/templates/static/base.css index 0d41e22..55fc922 100644 --- a/gestaoRaul/templates/static/base.css +++ b/gestaoRaul/templates/static/base.css @@ -232,22 +232,14 @@ input, textarea, select { } -/* .p-header { - background-color: #24252a; - box-shadow: 0px 3px 10px #464646; - position: fixed; - top: 0; - width: 100%; - z-index: 100; -} */ .navigation { position: fixed; bottom: 0; width: 100%; height: 60px; - background: white; - display: flex; + background: var(--main-gradient); + display: none; justify-content: center; align-items: center; border-radius: 10px 10px 0px 0px; @@ -283,7 +275,7 @@ input, textarea, select { .navigation ul li a .icon { position: fixed; - background: #fff; + background: #add7ff; display: block; width: 55px; height: 55px; @@ -354,4 +346,8 @@ input, textarea, select { display: block; transition: transform 0.2s; } + + .navigation { + display: flex; + } } diff --git a/gestaoRaul/templates/static/base.js b/gestaoRaul/templates/static/base.js index 4d53611..ab13cee 100644 --- a/gestaoRaul/templates/static/base.js +++ b/gestaoRaul/templates/static/base.js @@ -9,9 +9,7 @@ function menuShow() { } } -function entrar(){ - alert('Onde tu pensa que vai entrar?🤨'); -} + var elem = document.getElementById("all"); function openFullscreen() { if (elem.requestFullscreen) { @@ -21,5 +19,4 @@ function openFullscreen() { } else if (elem.msRequestFullscreen) { /* IE11 */ elem.msRequestFullscreen(); } - } - // openFullscreen() \ No newline at end of file + } \ No newline at end of file diff --git a/gestaoRaul/templates/static/comandas/js/comandas.js b/gestaoRaul/templates/static/comandas/js/comandas.js index 89434d9..d13de22 100644 --- a/gestaoRaul/templates/static/comandas/js/comandas.js +++ b/gestaoRaul/templates/static/comandas/js/comandas.js @@ -79,3 +79,5 @@ function notificacao(){ setInterval(()=> { notificacao() }, 10000) + +