2016-10-05 11:11:55 +02:00
|
|
|
|
|
|
|
#dashboard
|
|
|
|
width: 100%
|
|
|
|
padding: 0 20px
|
|
|
|
|
|
|
|
.d-activity
|
2016-10-18 18:24:04 +02:00
|
|
|
font-size: .9em
|
2016-10-05 11:11:55 +02:00
|
|
|
ul
|
2016-10-18 18:24:04 +02:00
|
|
|
cursor: default
|
|
|
|
padding: 0 10px
|
2016-10-05 11:11:55 +02:00
|
|
|
color: $color-text-dark-primary
|
|
|
|
list-style: none
|
2016-10-18 18:24:04 +02:00
|
|
|
border-left: thin solid rgba(#00cc9f, .2)
|
2016-10-05 11:11:55 +02:00
|
|
|
|
|
|
|
li
|
2016-10-18 18:24:04 +02:00
|
|
|
padding: 7px 0
|
|
|
|
|
|
|
|
span.date
|
|
|
|
color: darken(#00cc9f, 5%)
|
|
|
|
position: relative
|
|
|
|
|
|
|
|
&:before
|
|
|
|
content: ''
|
|
|
|
display: block
|
|
|
|
position: absolute
|
|
|
|
bottom: 4px
|
|
|
|
left: -13px
|
|
|
|
width: 5px
|
|
|
|
height: 5px
|
|
|
|
border-radius: 50%
|
|
|
|
background-color: #00cc9f
|
|
|
|
|
|
|
|
span.actor
|
|
|
|
padding: 0 5px
|
|
|
|
color: $color-text-dark
|
|
|
|
|
|
|
|
|