Convert vanilla CSS to SASS

This commit is contained in:
Frederic Guillot
2016-08-06 22:19:36 -04:00
parent 411a66c8cb
commit 1dc947eac4
90 changed files with 1648 additions and 2364 deletions

View File

@@ -0,0 +1,29 @@
.activity-event
margin-bottom: 15px
padding: 10px
&:hover
background: #fafafa
.activity-date
margin-left: 10px
font-weight: normal
color: #999
font-size: 0.8em
.activity-content
margin-left: 55px
.activity-title
font-weight: bold
color: #000
border-bottom: 1px dotted #efefef
.activity-description
font-size: 0.95em
color: #555
margin-top: 10px
li
list-style-type: circle
ul
margin-top: 10px
margin-left: 20px