blob: 3ec201e66f35246adf7ab636016ff2f0f08712de (
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
|
@import variables
@import mixins
.activity-event
margin-bottom: 15px
padding: 10px
&:hover
background: #fafafa
.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
|