Skip to content

Commit

Permalink
Project icon related updates (RocketChat#923)
Browse files Browse the repository at this point in the history
* Align card icons

* Use white icons
  • Loading branch information
balcsida authored and engelgabriel committed Nov 21, 2018
1 parent f39a3fc commit fb9eea8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ main.home {
}

.project-card-icon__wrapper {
padding: 12px;
padding: 13px;
background-color: $grey-dark;
border-radius: 100px;
margin-right: 16px;
Expand All @@ -562,6 +562,7 @@ main.home {
.project-card-icon {
height: 30px;
width: 30px;
filter: invert(1);
}

.home-hero{
Expand Down Expand Up @@ -835,4 +836,4 @@ h6:hover .header-link {
max-width: 240px;
width: unset;
}
}
}

0 comments on commit fb9eea8

Please sign in to comment.