Ember updates
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
.section-tabs-container
|
||||
.section-tab-header
|
||||
float: left
|
||||
margin-right: 10px
|
||||
$border: 1px solid black
|
||||
border: $border
|
||||
padding: 5px
|
||||
cursor: pointer
|
||||
font-weight: bold
|
||||
background-color: rgba(200,200,200,0.4)
|
||||
color: #333
|
||||
&.active
|
||||
border-bottom-width: 0
|
||||
&.table-hover, &.table-dragging
|
||||
background-size: 100px
|
||||
background-position: center center
|
||||
background-repeat: no-repeat
|
||||
&.table-dragging
|
||||
background-image: image-url('supplier/drop-target.svg')
|
||||
&.table-hover
|
||||
background-image: image-url('supplier/drop-target-active.svg')
|
||||
|
||||
&:after
|
||||
content: ''
|
||||
display: block
|
||||
clear: left
|
||||
Reference in New Issue
Block a user