Skip to content

Commit

Permalink
Merge pull request #13 from boriskrasko/markup
Browse files Browse the repository at this point in the history
Add loupe icon
  • Loading branch information
boriskrasko authored Feb 11, 2024
2 parents 356371f + a1188e0 commit 8ee9d03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="input">
<input type="input" id="cases-search-input" name="search" placeholder="Search by Country/Region" />
<button>
<object type="image/svg+xml" data="loupe.svg" class="icon icon-loupe"></object>
<img src="assets/icons/loupe.svg" class="icon icon-loupe">
</button>
</div>
</div>
Expand Down Expand Up @@ -109,7 +109,7 @@
<div class="input">
<input type="input" id="map-search-input" name="search" placeholder="Search by Country/Region" />
<button>
<object type="image/svg+xml" data="loupe.svg" class="icon icon-loupe"></object>
<img src="assets/icons/loupe.svg" class="icon icon-loupe">
</button>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ input:focus::placeholder {
/* Grids Area Names */
.global-cases {
grid-area: global-cases;
min-height: 86px;
}

.country-cases {
Expand All @@ -282,6 +283,7 @@ input:focus::placeholder {

.death-cases {
grid-area: death-cases;
min-height: 200px;
}

.recovery-cases {
Expand Down Expand Up @@ -880,7 +882,7 @@ footer ul li {
width: 100%;
}

.full .global-heading,
.full .global-cases-heading,
.full .date-heading {
font-size: 22px;
margin-bottom: 10px;
Expand Down

0 comments on commit 8ee9d03

Please sign in to comment.