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

Ajusta algunos tamaños y proporciones

Retoca proporción de elementos en tamaños de pantalla reducidos.

Aplica mejoras de distribución de contenido en la barra superior de
catálogos.
parent 4f3ae762
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -85,6 +85,10 @@
		bordeRedondeado()
		fondo color $color1

	.dijitMenuPopup
		> table
			padding .5rem

.dj_webkit
	.db
		.dijitInputField .dijitInputInner
+10 −5
Original line number Diff line number Diff line
.topZone
	@extend .fWidth
	noScroll()
	min-height 2rem
	min-height 3rem
	padding 0.5rem 0
	fondo color $color13
	border-radius 5px 5px 0 0
@@ -10,22 +10,27 @@
	justify-content space-between
	flex-wrap wrap

	> div
		flex-grow 1
		padding .2rem 0
		max-width 100%

	.dijitIcon
		@extend .fWidth

	.textSearchZone
		display flex
		padding 0 0.5rem
		align-items center
		max-width 30%

		> div
			margin 0 .5rem

	.titleZone
		padding 0
		fontSize 1.2rem
		display flex
		justify-content flex-start
		align-items center
		max-width 40%
		max-width calc(100% - 1rem)

		span
			padding-left 1rem
+7 −4
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
		flex-grow 1
		@media (orientation landscape)
			margin-right 0.3rem
			height 100%
			width 65%

			@media (min-resolution $mobile-min-density)
				@media (max-aspect-ratio 4/3), (min-aspect-ratio 6/1)
@@ -28,6 +30,8 @@

		@media (orientation portrait)
			margin-bottom 0.3rem
			height 40%
			width 100%

	> .mapSideContainer
		@media (orientation landscape)
@@ -41,7 +45,7 @@
					max-width 100%

		@media (orientation portrait)
			height 35%
			height 60%
			width 100%

.mapAndContentAndTopbarLayoutMapWithSideContentDesign
@@ -51,15 +55,14 @@
	> :first-child
		display flex
		align-items center
		height 3rem
		padding 0.3rem
		padding .3rem
		overflow auto

	> .mapCenterContainer
		@extend .designLayoutContainer
		@extend .mapAndContentLayoutMapWithSideContentDesign
		position relative
		margin-top 0.3rem
		margin-top .3rem


.layoutListDesign