Rename CSS class "listing" to "panel"
This commit is contained in:
15
assets/sass/_panel.sass
Normal file
15
assets/sass/_panel.sass
Normal 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
|
||||
Reference in New Issue
Block a user