Show icons on project homepage list

This commit is contained in:
2016-11-24 19:42:12 +01:00
parent 5866cc54aa
commit 01e79f8565
3 changed files with 37 additions and 24 deletions

View File

@@ -679,25 +679,25 @@ footer
.tooltip
transition: none
transition: opacity 50ms ease-in-out
&.in
opacity: 1
.tooltip-inner
max-width: auto
white-space: nowrap
background-color: $color-background-nav
background-color: $color-background-nav-light
color: $color-text-light-primary
border-radius: 3px
&.top .tooltip-arrow
border-top-color: $color-background-nav
border-top-color: $color-background-nav-light
&.bottom .tooltip-arrow
border-bottom-color: $color-background-nav
border-bottom-color: $color-background-nav-light
&.left .tooltip-arrow
border-left-color: $color-background-nav
border-left-color: $color-background-nav-light
&.right .tooltip-arrow
border-right-color: $color-background-nav
border-right-color: $color-background-nav-light
.popover
background-color: lighten($color-background-nav, 5%)