Skip to content

Commit

Permalink
124
Browse files Browse the repository at this point in the history
  • Loading branch information
RareHelix committed Sep 25, 2024
1 parent 9124af6 commit e5b868b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body {
}

.search__input {
color: #3D4E61;
color: #3d4e61;
width: 95%;
padding-left: 45px;
border: 1px solid #e1e7ed;
Expand All @@ -40,8 +40,6 @@ body {
color: #3d4e61;
}



.big {
margin-top: 20px;
height: 70px;
Expand Down Expand Up @@ -84,15 +82,16 @@ body {
}

.icon-small::before {
content: url(/src/images/Search.svg);
content: '';
z-index: 10;
background-size: 11px;
width: 11px;
height: 11px;
position: absolute;
top: 135px;
z-index: 10;
transform: translateY(-50%);
left: 25px;
height: 11px;
width: 11px;
background-size: 11px;
transform: translateY(-50%);
background-image: url(/src/images/Search.svg);
}

.big:focus {
Expand Down

0 comments on commit e5b868b

Please sign in to comment.