summaryrefslogtreecommitdiff
path: root/assets/sass/_activity_stream.sass
blob: daef94cf9a33b20beba0b89e12204eb20a069f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.activity-event
  margin-bottom: 15px
  padding: 10px
  &:hover
    background: #fafafa

.activity-date
  margin-left: 10px
  font-weight: normal
  color: #999

.activity-content
  margin-left: 55px

.activity-title
  font-weight: bold
  color: #000
  border-bottom: 1px dotted #efefef

.activity-description
  color: #555
  margin-top: 10px
  li
    list-style-type: circle
  ul
    margin-top: 10px
    margin-left: 20px