From a435c7f5d9ec02dfc61c296821450050b95ea9fc Mon Sep 17 00:00:00 2001 From: Adeel Barki Date: Mon, 1 Apr 2019 10:51:48 +0500 Subject: [PATCH] Corrected 'Create List' Icon --- src/index.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index 7c68af2..f1341ac 100644 --- a/src/index.css +++ b/src/index.css @@ -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; @@ -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 { @@ -185,4 +188,4 @@ body, .app { vertical-align: middle; cursor: pointer; outline: none; -} \ No newline at end of file +}