Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Tuhusova committed Jun 3, 2024
1 parent 42d1e09 commit a2d1146
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,21 @@
color: rgba(61, 78, 97, 1);
}

* {
html {
font-family: Avenir, Arial, Helvetica, sans-serif;
box-sizing: border-box;
font-weight: 300px;
font-weight: 300;
}

.search-bar-input {
margin: 20px 0;
box-sizing: border-box;
border-radius: 4px;
background-image: url(/src/images/Search.svg);
background-image: url(/images/Search.svg);
background-repeat: no-repeat;
width: 100%;
border: 1px solid #e1e7ed;
box-shadow: 0 1px 8px 0 rgba(61, 78, 97, 0.1);
line-height: 21.86px;
font-family: Avenir, Arial, Helvetica, sans-serif;
}

.search-bar-input--top {
Expand All @@ -39,7 +38,6 @@
.search-bar-input--down {
display: flex;
font-size: 14px;
border-radius: 5;
height: 42px;
padding-left: 33px;
background-size: 11px 11px;
Expand All @@ -59,7 +57,6 @@
box-shadow: 0 4px 4px 0;
color: rgba(0, 0, 0, 0.25);
font-size: 16px;
line-height: 21.86px;
text-align: left;
font-family: Avenir-Heavy, sans-serif;
}

0 comments on commit a2d1146

Please sign in to comment.