Skip to content

Commit

Permalink
change design for follow buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
p0o committed Jan 10, 2017
1 parent b869410 commit f7f05fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/user/profileTooltip/ProfileTooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
& p {
margin-bottom: 0.2rem;
}
& h3 {
margin-bottom: 0.6rem;
}
& a {
margin-right: 8px;
}
}

.ProfileTooltip__leftContainer {
Expand Down Expand Up @@ -41,3 +47,7 @@
max-height: calc(1rem * 3);
line-height: 1rem;
}

.ProfileTooltip--smallText {
font-size: 0.6rem;
}

0 comments on commit f7f05fb

Please sign in to comment.