moved module less files out of components and into a separate folder
parent
2db93c9219
commit
e211628419
@ -0,0 +1,20 @@
|
||||
.selectable {
|
||||
.selector {
|
||||
position: absolute;
|
||||
border: 1px solid #89B;
|
||||
background: #BCE;
|
||||
background-color: #BEC;
|
||||
border-color: #8B9;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.selection {
|
||||
border: 1px solid transparent;
|
||||
margin: 2px;
|
||||
|
||||
&.dropped, &.active {
|
||||
background-color: #ECF1DB;
|
||||
border: 1px dashed #9B8;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue