Skip to content

Commit

Permalink
Index: Update Icon Position for Title, Add Gap and Vertically Centered
Browse files Browse the repository at this point in the history
  • Loading branch information
gustiazis committed Sep 26, 2017
1 parent 0cc7646 commit 5d0e0b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/kimi.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ button.outline-default-button:hover{
background: black;
color: white;
border: 1px solid black;

}

button, a{
Expand Down Expand Up @@ -768,6 +769,12 @@ footer a:hover{
text-transform: uppercase;
font-size: 18px;
}
.default-userProductList-InfoBar-title > .fa {
margin-right: 5px;
position: relative;
top: -1px;
left: -2px;
}

.item .scrim{
position: absolute;
Expand Down

0 comments on commit 5d0e0b1

Please sign in to comment.