Commit f181c8f2 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Recupera estilo para drag&drop de listado

parent 7115a768
Loading
Loading
Loading
Loading
+14 −8
Original line number Diff line number Diff line
@@ -156,14 +156,14 @@
				&:nth-child(even)
					background-color $color12

				.dragAndDropContainerRow
				&.dragAndDrop
					background-color $color6 !important

				.borderTopDragAndDrop
					border-top 1.5rem solid $yellowTitleRedmic !important
				&.borderTopDragAndDrop
					border-top 1.5rem solid $blue !important

				.borderBottomDragAndDrop
					border-bottom 1.5rem solid $yellowTitleRedmic !important
				&.borderBottomDragAndDrop
					border-bottom 1.5rem solid $blue !important

				.containerTopRow
					display flex
@@ -177,7 +177,6 @@
						padding 1rem
						display flex
						flex-grow 1
						//flex-basis 5rem
						align-items center

						> img
@@ -190,8 +189,15 @@
						font-size 3.2rem
						padding-right 5px

				.containerTopRowDragAndDrop
					.dragHandler
						cursor move
						display flex
						width 2rem
						padding .5rem
						justify-content center

						span
							margin 0 .1rem

				&.selectContainerRow
					&:nth-child(odd) > .containerTopRow