Skip to content

Commit

Permalink
add task solution 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr committed Aug 18, 2024
1 parent 6406cf6 commit 26b8136
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
src:
url('./fonts/Avenir-Book.ttf') format('truetype'),
url('./fonts/Avenir-Heavy.ttf') format('truetype');
font-weight: 300;
font-weight: 400;
font-style: normal;
}

Expand All @@ -23,27 +23,28 @@

.big-input {
flex: 1;
padding-left: 26px;
gap: 17px;
padding-left: 62px;
height: 70px;
font-size: 16px;
border-radius: 4px;
border: 1px solid #e1e7ed;
box-sizing: border-box;
box-shadow: 0 1px 8px 0 rgba(61, 78, 97, 0.1);
background: #fff url('./images/Search.svg') no-repeat left 10px center;
background: #fff url('./images/Search.svg') no-repeat left 26px center;
background-size: 19px 19px;
}

.small-input {
flex: 1;
padding-left: 13px;
gap: 9px;
padding-left: 33px;
height: 42px;
font-size: 14px;
border-radius: 4px;
border: 1px solid #e1e7ed;
box-sizing: border-box;
box-shadow: 0 1px 8px 0 rgba(61, 78, 97, 0.1);
background: #fff url('./images/Search.svg') no-repeat left 5px center;
background: #fff url('./images/Search.svg') no-repeat left 13px center;
background-size: 11px 11px;
}

input:hover {
Expand Down

0 comments on commit 26b8136

Please sign in to comment.