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

Corrige visualización de form y wizard

Controla dimensiones de altura, scroll y orden de los elementos.
parent ae6f9c74
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -220,7 +220,8 @@
	fontSize $bigFontSize

.scrollWrapper
	fondo textura hard
	fondo color $color13
	display flex
	noScroll()

.mapSideContainer
+12 −1
Original line number Diff line number Diff line
@@ -11,6 +11,17 @@
.hiddenId
	noDisplay()

.formContainerWithKeypad
	display flex
	flex-direction column-reverse
	flex-grow 1
	max-height 100%

	div:last-child
		overflow auto
		display flex
		flex-grow 1

// Para todos los formularios
.form
.form-horizontal
@@ -21,7 +32,7 @@
	showScroll()
	padding 10px
	min-width 25rem
	width 100%
	width calc(100% - 20px)
	fieldset
		width 100%
		noBorder()
+3 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@
	display flex
	flex-direction column
	flex-grow 1
	width calc(100% - 1rem)
	width 100%
	height 100%
	fondo color $gray

	.titleAssociated
@@ -57,6 +58,7 @@
		flex-direction column
		flex-grow 1
		margin 1rem 0
		overflow auto

		.titleZone
			fontSize 1.8rem