Sprints draggable placeholder

stable
Xavier Julián 2014-08-01 14:59:59 +02:00
parent 325e8488f7
commit 10ced1fb19
1 changed files with 9 additions and 0 deletions

View File

@ -131,6 +131,15 @@
&:last-child {
border-bottom: 0;
}
&.sortable-placeholder {
background: lighten($gray-light, 12%);
height: 40px;
}
&.ui-sortable-helper {
@include transition (background .2s ease-in);
background: lighten($green-taiga, 60%);
box-shadow: 1px 1px 10px rgba($black, .1);
}
}
.column-us {
@include table-flex-child(3, 0, 0);