Add SASS variables for colors
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import variables
|
||||
|
||||
.activity-event
|
||||
margin-bottom: 15px
|
||||
padding: 10px
|
||||
@@ -7,18 +9,18 @@
|
||||
.activity-date
|
||||
margin-left: 10px
|
||||
font-weight: normal
|
||||
color: #999
|
||||
color: color('light')
|
||||
|
||||
.activity-content
|
||||
margin-left: 55px
|
||||
|
||||
.activity-title
|
||||
font-weight: bold
|
||||
color: #000
|
||||
color: color('dark')
|
||||
border-bottom: 1px dotted #efefef
|
||||
|
||||
.activity-description
|
||||
color: #555
|
||||
color: color('medium')
|
||||
margin-top: 10px
|
||||
li
|
||||
list-style-type: circle
|
||||
|
||||
Reference in New Issue
Block a user