Skip to content

Commit

Permalink
update style of input serach
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 27, 2024
1 parent 6665d7f commit e2c4766
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/App.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
.input-search {
padding: 1rem;
margin: 0 0 1rem;
border-radius: 10px;
background: var(--vtl-background);
border: 1px solid var(--vtl-background);
box-shadow: 0 0 0 1px #fff3;
color: var(--vtl-text);
width: calc(100% - 2rem);
}

.not-found {
display: flex;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
}

0 comments on commit e2c4766

Please sign in to comment.