Commit 58e0da9d authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Hace responsive la barra de progreso de Tracking

parent 17e61b59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
		line-height $baseLineHeight * 0.65

	.dijitButton
		microMargined h
		margin 0 0.3rem

	.dijitButton
	.dijitDropDownButton
+18 −13
Original line number Diff line number Diff line
@@ -100,10 +100,13 @@
		.containerSlider
			flex 4 1 20rem
			margin 0 1rem

.progressSlider
	width 100%
	height 3rem
	flex-wrap wrap
	justify-content center
	align-items center

	.dijitSlider
		margin 0 0.5rem 0 1.5rem
	.dijitSliderBumperH .dijitSliderLeftBumper
@@ -117,7 +120,8 @@
		flex-grow 1
		.dijitSliderImageHandleH
			margin -1px
	.fa-pause, .fa-play
	.fa-pause
	.fa-play
		width 14px

	.dijitSliderBumperH
@@ -134,33 +138,34 @@
		border-radius 0 5px 5px 0

	.button .dijitButtonNode
		padding 0px 20px !important
		font-size 1.4rem
		padding 0 1rem !important
		fontSize 1.2rem

	.dijitButton
		margin 0 5px
		margin 0 0.3rem

	.containerBar
		display flex
		flex-direction column
		flex-grow 1
		padding-top 8px
		@extends .fWidth
		padding-top 1rem
		min-width 10rem

		.containerLimit
			display flex
			justify-content space-between
			margin 0rem .5rem 0 1.5rem
			margin 0.5rem 0.5rem 0.5rem 1.5rem
			span
				font-size 1rem
				fontSize 1rem

	.containerValue
		padding 0 5px
		font-size 14px
		padding 0 0.5rem
		fontSize 1.2rem
		display flex
		text-align center
		height 100%
		align-items center
		justify-content center
		width 12rem
		min-width 3rem

.tooltipDialogSlider
	.dijitTooltipConnector
+4 −2
Original line number Diff line number Diff line
@@ -274,7 +274,9 @@
	align-items center

.barSliderContainer
	height 40px
	display flex
	min-height 4rem
	padding 0.3rem

.templateDisplayer
	width 100%
@@ -287,7 +289,7 @@
		position relative
		display flex
		align-items center
		margin 0 5px 10px 5px
		margin 0.3rem
		border-radius 5px
		box-shadow 0 20px 10px -5px rgba(0,0,0,0.25)
		z-index 2
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
		@extend .designLayoutContainer
		@extend .mapAndContentLayoutMapWithSideContentDesign
		position relative
		margin-top 0.3rem


.layoutListDesign