35 lines
604 B
Sass
35 lines
604 B
Sass
@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
|