Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/unb-mds/LicitaBSB-24.1 into…
Browse files Browse the repository at this point in the history
… test-testes-unitarios-para-componentes-react
  • Loading branch information
m4rllon committed Aug 12, 2024
2 parents da1b3b7 + 49f420c commit c534fef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const Header = () => {
Dashboard
</a>
</li>
<a></a>
</ul>
<div>
<div className={styles.campoPesquisa}>
Expand Down
8 changes: 5 additions & 3 deletions frontend/src/components/header/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

.logo {
padding: 4px 0;
margin-left: -10px;
}

.logo, .logo img {
Expand Down Expand Up @@ -60,11 +61,11 @@
.campoPesquisa {
display: flex;
align-items: center;
width: 240px;
width: 200px;
background-color: var(--azulEscuro);
height: 29px;
gap: 10px;
padding: 5px 10px;
padding: 5px 5px;
border-radius: 3px;
}

Expand All @@ -80,6 +81,7 @@
color: var(--brancoTexto);
font-size: 16px;
font-family: 'IBM Plex Sans', sans-serif;
width: 100%;
}

.textInput:focus{
Expand All @@ -101,7 +103,7 @@
}
}

@media (min-width: 720px) and (max-width: 1480px){
@media (min-width: 720px) and (max-width: 1700px){
.subHeaderWrapper {
justify-content: center;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
justify-content: space-between;
gap: 40px;
max-width: 100%;
overflow: scroll;
}

.licitacoesHeader {
Expand All @@ -28,3 +27,8 @@
color: (--link);
}

@media (max-width: 1450px) {
.licitacoesWrapper {
overflow-x: scroll;
}
}

0 comments on commit c534fef

Please sign in to comment.