This commit is contained in:
2025-01-29 18:31:26 -03:00
parent a0a898caee
commit cc375d5d29
3 changed files with 11 additions and 16 deletions

View File

@@ -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;
}
}