Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Corrected 'Create List' Icon #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ body, .app {
}

.search-contacts {
width: 100%;
width: 95%;
padding: 20px 20px 20px 60px;
background-image: url('./icons/search.svg');
background-repeat: no-repeat;
Expand All @@ -100,14 +100,17 @@ body, .app {
}

.add-contact {
display: block;
width: 73px;
display: inline;
color: transparent;
padding: 20px 0px 20px 0px;
overflow: hidden;
background: white;
background-image: url('./icons/person-add.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 28px;
font-size: 0;
background-size: 30px;
z-index: 2;
font-size: 10;
}

.showing-contacts {
Expand Down Expand Up @@ -185,4 +188,4 @@ body, .app {
vertical-align: middle;
cursor: pointer;
outline: none;
}
}