Commit 7736daec authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Retoca estilos para speciesCatalog y tracking

parent d6b7458e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -122,7 +122,9 @@
	noScroll()

.facetsZone
	width 15rem
	position relative !important
	height unset !important
	width 15rem !important
	min-width 15rem
	fondo color $color13
	border-radius 0 0 0 5px
+21 −5
Original line number Diff line number Diff line
@@ -3,13 +3,14 @@
	@media (orientation portrait)
		flex-flow column

.mapAndContentLayoutMapDesign
	> :first-child
	> :last-child

.mapAndContentLayoutMapWithSideContentDesign
	> .mapContainer
	> .mapSideContainer
		display flex
		position relative

	> :first-child
	> .mapContainer
		flex-grow 1
		@media (orientation landscape)
			margin-right 0.3rem
@@ -21,7 +22,7 @@
		@media (orientation portrait)
			margin-bottom 0.3rem

	> :last-child
	> .mapSideContainer
		@media (orientation landscape)
			height 100%
			width 35%
@@ -36,6 +37,16 @@
			height 35%
			width 100%

.mapAndContentAndTopbarLayoutMapWithSideContentDesign
	@extends .flexContainer
	flex-flow column

	> .mapCenterContainer
		@extend .designLayoutContainer
		@extend .mapAndContentLayoutMapWithSideContentDesign
		position relative


.layoutListDesign
.layoutTextSearchListDesign
.layoutTextSearchFacetsListDesign
@@ -46,6 +57,11 @@
	.centerZone
		flex-grow 1

.speciesMainTextSearchFacetsListDesign
	.facetsZone
		width 25rem !important


.atlasContainer
	@extends .flexContainer
	height 100%