FEATURE: Clinking on stats in user summary take you to the respective activity page

This commit is contained in:
Rafael dos Santos Silva
2016-11-09 16:38:07 -02:00
parent 541c29ff4d
commit 150cb6659f
2 changed files with 40 additions and 7 deletions

View File

@@ -213,6 +213,17 @@
padding: 10px 14px;
margin: 0 5px 10px 0;
background: dark-light-diff($primary, $secondary, 90%, -65%);
&.linked-stat { // This makes the entire "box" (the li) clickable instead of a narrow area.
padding: 0;
a {
padding: 10px 14px;
width: 100%;
height: 100%;
display: block;
color: black;
}
}
}
li:last-of-type {