Display svg elements as image
This commit is contained in:
@@ -4,3 +4,4 @@ $qbrown-active: lighten($qbrown, 20%)
|
||||
$wood: image-url('textures/theme1.jpg')
|
||||
$background-brown: #57351f
|
||||
$current-color: #fc3
|
||||
$active-color: #fc3
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
.add-section-element-list
|
||||
list-style: none
|
||||
li
|
||||
list-style: none
|
||||
float: left
|
||||
margin-right: 10px
|
||||
margin-bottom: 10px
|
||||
width: 80px
|
||||
border: 2px outset #aaa
|
||||
&:hover
|
||||
border-color: $active-color
|
||||
Reference in New Issue
Block a user