Rename CSS class "listing" to "panel"

This commit is contained in:
Frederic Guillot
2017-01-08 11:43:30 -05:00
parent 348f4491ff
commit 6bfafb6e82
25 changed files with 52 additions and 52 deletions

15
assets/sass/_panel.sass Normal file
View File

@@ -0,0 +1,15 @@
@import variables
.panel
border-radius: 4px
padding: 8px 35px 8px 10px
margin-top: 10px
margin-bottom: 15px
border: 1px solid #ddd
color: color('primary')
background-color: bg-color('light')
overflow: auto
li
list-style-type: square
margin-left: 20px
line-height: 1.35em