mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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) {
|
||||
@@ -22,4 +20,3 @@ function openFullscreen() {
|
||||
elem.msRequestFullscreen();
|
||||
}
|
||||
}
|
||||
// openFullscreen()
|
||||
@@ -79,3 +79,5 @@ function notificacao(){
|
||||
setInterval(()=> {
|
||||
notificacao()
|
||||
}, 10000)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user