Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Henrique3 authored Nov 25, 2023
1 parent 50fabf1 commit f5ecb6e
Showing 1 changed file with 11 additions and 35 deletions.
46 changes: 11 additions & 35 deletions inicial/static/styles/header_e_footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body{
background-color: #ededed;
min-height: 100vh;
}
header#principal-header{
header{
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down Expand Up @@ -76,28 +76,6 @@ header#principal-header{
color: var(--clr3);
font-weight: 400;
}
.login_box2{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
width: 150px;
height: 36px;
border: 0px;
border-radius: 20px;
font-size: 10px;
padding-left: 7px;
margin-top: 7px;
margin-right: 3.6%;
/* box-shadow: 1px 1px gray; */
border: 1px solid rgba(128, 128, 128, 0.616);
z-index: 10;
}
.active, .login_box2:hover {
border: 1px solid lightgray;
cursor: pointer;
z-index: 10;
}
.login_box{
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -129,7 +107,7 @@ header#principal-header{
background-color: transparent;
width: 186px;
top: 48px;
right: 27px;
right: 31px;
font-size: 8px;
z-index: 10;
}
Expand Down Expand Up @@ -168,25 +146,24 @@ header#principal-header{
}
#txt_pesquisar_locais,
#txt_outras_duvidas{
float: inline-start;
background-color: white;
float: left;
background-color: transparent;
padding-left: 12px;
padding-bottom: 2px;
padding-bottom: 2px;
font-size: 12px;
font-family: var(--fonte-padrao);
border: none;
border-radius: 20px;
height: 36px;
min-width: 250px;
width: 400px;
width: 700px;
max-width: 700px;
outline: none;
margin: 7px 15px 7px 5px;
}
.spanPesquisar:hover {
border: 1px solid lightgray;
}
nav#_header{
nav{
display: flex;
flex-direction: row;
justify-content: center;
Expand Down Expand Up @@ -312,13 +289,11 @@ nav > a:hover {
border: 1px solid rgba(128, 128, 128, 0.616);
}
.wrapper{
min-width: 50px;
width: 140px;
max-width: 140px;
display: block;
width: 180px;
margin: 10px;
border: 1px solid rgba(128, 128, 128, 0.616);
border-radius: 3px;
float: left;
}
.wrapper span{
font-family: var(--fonte-destaque);
Expand All @@ -328,6 +303,7 @@ nav > a:hover {
display: flex;
cursor: pointer;
align-items: center;
z-index: 100;
}
.select-btn{
height: 30px;
Expand Down Expand Up @@ -418,7 +394,7 @@ nav > a:hover {
border: 1px solid var(--c-blue);
border-radius: 5px;
padding: 2px 3px 0px 3px;
margin: 6.5px 25px 6.5px 0px;
margin: 0 25px 0 10px;
cursor: pointer;
box-shadow: 1px 1px 10px 0px lightgray;
z-index: 0;
Expand Down

0 comments on commit f5ecb6e

Please sign in to comment.