Skip to content

Commit

Permalink
implemented favicon and restyled add button
Browse files Browse the repository at this point in the history
  • Loading branch information
NisanurBulut committed Feb 12, 2021
1 parent aebb2aa commit 1ac82ad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Binary file added eros/public/_favicon.ico
Binary file not shown.
Binary file modified eros/public/favicon.ico
Binary file not shown.
Binary file added eros/public/favicon.ico.sketch
Binary file not shown.
2 changes: 1 addition & 1 deletion eros/src/components/AddContact.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function AddContact({ onAdd }) {
</div>
<div className="form-control">
<button type="submit" className="btn btn-block">
<RiUserHeartFill className="iconStyle" size={25} />
<RiUserHeartFill className="iconStyle" size={15} />
</button>
</div>
</form>
Expand Down
6 changes: 5 additions & 1 deletion eros/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,17 @@ body {
.btn:focus {
outline: none;
}

.form-control:focus{
outline: none;
}
.btn:active {
transform: scale(0.98);
}

.btn-block {
display: block;
width: 100%;
outline: none;
}

.contact {
Expand Down Expand Up @@ -108,4 +111,5 @@ body {
border-radius: 5px;
padding: 3px 7px;
font-size: 17px;
outline: none;
}

0 comments on commit 1ac82ad

Please sign in to comment.