blob: 7bd2de8ed0e2536337308a8d77c20764f2b5b00c (
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
28
29
30
31
32
33
34
|
@import variables
@import mixins
.activity-event
margin-bottom: 15px
padding: 10px
&:nth-child(even)
background: #fafafa
&:hover
background: map-get($highlight-colors, 'background')
.activity-date
margin-left: 10px
font-weight: normal
color: color('light')
.activity-content
margin-left: 55px
.activity-title
font-weight: bold
color: color('dark')
border-bottom: 1px dotted #efefef
.activity-description
color: color('medium')
margin-top: 10px
@include xs-device
overflow: auto
li
list-style-type: circle
ul
margin-top: 10px
margin-left: 20px
|