Add SASS variables for colors
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
@import variables
|
||||
|
||||
.listing
|
||||
border-radius: 4px
|
||||
padding: 8px 35px 8px 14px
|
||||
margin-bottom: 20px
|
||||
border: 1px solid #ddd
|
||||
color: #333
|
||||
background-color: #fcfcfc
|
||||
color: color('primary')
|
||||
background-color: bg-color('light')
|
||||
overflow: auto
|
||||
li
|
||||
list-style-type: square
|
||||
|
||||
Reference in New Issue
Block a user