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

Revisa contenedores base y otros detalles

Trabaja dimensiones y otros atributos de nodos base, aprovechando su
jerarquía.

Elimina textura de fondo principal, usa color plano.

Corrige algunos scroll horizontales, como en Sidebar (donde ahora el
texto de las etiquetas se acorta si es necesario) o en Window (el
padding horizontal que crea el borde de la ventana deja de ser
relativo).

El fondo de Sidebar ahora llega hasta el final cuando hay scroll
vertical.

Elimina borde inferior de Topbar, innecesario al haber buen contraste de
color.

Iguala tamaño de botones del mapa.
parent 8c87cfa6
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@ html
	@media (max-width $media-low-size)
		font-size $baseFontSize * 0.5
	line-height $baseLineHeight
	fullSize()
	color $textColor
	width 100%
	height 100%
	background $grayLight

body
	fullSize()
	noMargin()
	noPadding()
	noScroll()
	color $textColor
	fondo textura soft
	width inherit
	height inherit
	margin 0

*
	outline none
+5 −6
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
// Principales

.masterContainer
	width 100%
	height 100%
	width inherit
	height inherit
	position absolute
	top 0
	left 0
@@ -50,6 +50,7 @@
#rootContainer
	@extend .masterContainer
	min-width 300px
	min-height 300px

// Estructura

@@ -128,9 +129,7 @@

// Contenedor global
.mainContainer
	fullSize()
	z-index auto
	fondo textura soft
	height inherit

// Contenedor de pantalla completa
.fullscreenContainer
@@ -441,7 +440,7 @@
			background linear-gradient(bottom, $colorGrayBlack, $color13)

			.windowContent
				padding 0 0.2rem
				padding 0 2px

			.resizeHandle
				position absolute
+7 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
	display flex
	justify-content center
	align-items center
	fontSize 1.8rem
	fontSize 1.6rem
	text-align center
	cursor pointer
	color $black !important
@@ -119,7 +119,7 @@
			border-radius 5px

.leaflet-control-minimap-toggle-display
	fontSize 1.8rem
	fontSize 1.6rem
	@extend .fa
	transform rotate(0deg) !important
	&:before
@@ -149,6 +149,11 @@
	.leaflet-control-navbar-back:before
		@extend .fa-caret-left:before

.leaflet-control-measure-toggle
	background-size 1.14rem

.leaflet-control-layers-expanded
	padding 6px

/*Botoneras*/

+3 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ nav.main-nav > ul
nav.primary
	flexible v space-between center
	background $color13
	fullSize v
	height 100%
	overflow auto
	width $sidebar-size
	@media (max-width $media-high-size)
		width $sidebar-size * 0.85
@@ -76,6 +77,7 @@ nav.primary

			& > span
				display block
				textEllipsis()

nav.secondary
	top $topbar-size
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
	width 100% !important
	fondo degradado topbar
	flexible h space-between center
	border-bottom $borde1
	height $topbar-size
	noScroll()