Minor style tweaks

This commit is contained in:
2016-10-20 11:59:32 +02:00
parent db82c82766
commit 8159589062
2 changed files with 11 additions and 5 deletions

View File

@@ -5,30 +5,34 @@
.d-activity
font-size: .9em
$activity-highlight-color: #00cc9f
ul
cursor: default
padding: 0 10px
color: $color-text-dark-primary
list-style: none
border-left: thin solid rgba(#00cc9f, .2)
border-left: thin solid rgba($activity-highlight-color, .2)
li
padding: 7px 0
span.date
color: darken(#00cc9f, 5%)
color: darken($activity-highlight-color, 5%)
position: relative
&:before
content: ''
display: block
position: absolute
bottom: 4px
bottom: 5px
left: -13px
width: 5px
height: 5px
border-radius: 50%
background-color: #00cc9f
background-color: $color-background-light
border: thin solid $activity-highlight-color
span.actor
padding: 0 5px