Commit 096d723c authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Trabaja diseños de trashCollection y chart

parent 7a2b3df6
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@
	display flex
	flex-flow column
	flex-grow 1
	background $grayLight

	.dijitDialogTitleBar
		padding $semi $big
@@ -74,6 +75,7 @@
	.dijitDialogPaneContent
		display flex
		flex-grow 1
		padding 0.3rem

		& > div
			height unset
@@ -82,20 +84,12 @@
// Dialog pequeño

.dialogSimple
	fondo textura soft

	.dijitDialogTitleBar
		border-bottom $borderDark
		padding $micro $semi
		fondo degradado buttonLogin


// Dialog normal

.dialogComplex
	fondo textura medium


// Botonera

.keypad
+0 −1
Original line number Diff line number Diff line
@@ -419,7 +419,6 @@
.headerList
	display flex
	background-image $linen-light
	min-height 3.5rem
	padding 1rem 0 1rem 0
	position relative
	.iconOptionHeader
+6 −22
Original line number Diff line number Diff line
@@ -124,7 +124,12 @@
	position relative !important
	height unset !important
	width 15rem !important
	min-width 15rem
	@media (max-width $media-high-size)
		width 14rem !important
	@media (max-width $media-medium-size)
		width 13rem !important
	@media (max-width $media-low-size)
		width 12rem !important
	fondo color $color13
	border-radius 0 0 0 5px
	.containerFacets
@@ -249,27 +254,6 @@
		transform translateX(100%)


.embeddedContentTopbar
	@extend .topZone
	height 5rem
	border-radius 5px
	margin-bottom 5px

.dijitDialog
	.embeddedContentTopbar
		border-radius 0

.embeddedContentContainer
	@extend .centerZone

	.titleRedmic
		color $grayLightest
		fontSize 1.8rem

	.listZone
	.mapSideContainer
		border-radius 5px

li.objectClassification
	&:not(:first-child)
		margin-top 0.5rem
+53 −3
Original line number Diff line number Diff line
.designLayoutContainer
	@extends .flexContainer
	@media (orientation portrait)
		flex-flow column
	max-width 100%
	max-height 100%


.mapAndContentLayoutMapWithSideContentDesign
	@media (orientation portrait)
		flex-flow column

	> .mapContainer
	> .mapSideContainer
		display flex
@@ -53,7 +56,6 @@
.layoutTextSearchFacetsListDesign
.layoutExternalTextSearchListDesign
	flex-flow column
	max-width 100%

	.centerZone
		flex-grow 1
@@ -61,6 +63,54 @@
.speciesMainTextSearchFacetsListDesign
	.facetsZone
		width 25rem !important
		@media (max-width $media-high-size)
			width 24rem !important
		@media (max-width $media-medium-size)
			width 23rem !important
		@media (max-width $media-low-size)
			width 20rem !important


.topAndCenterContentLayoutEmbeddedContentWithTopbarDesign
	flex-flow column

	.embeddedContentTopbar
		@extend .topZone
		border-radius 5px
		margin-bottom 0.5rem

	.embeddedContentContainer
		@extend .centerZone
		flex-grow 1

		.titleRedmic
			color $grayLightest
			fontSize 1.8rem

		.listZone
		.mapSideContainer
			border-radius 5px


.topSecondaryContentLayoutDynamicDualContentDesign
.leftSecondaryContentLayoutDynamicDualContentDesign
	.primaryContent
	.secondaryContent
		display flex

		> *
			flex-grow 1

	.primaryContent
		display flex
		flex-grow 1
		overflow auto

.topSecondaryContentLayoutDynamicDualContentDesign
	flex-flow column

.leftSecondaryContentLayoutDynamicDualContentDesign
	flex-flow row


.atlasContainer
+1 −1
Original line number Diff line number Diff line
@import 'Base'
@import 'Chart'
@import 'Containers'
@import 'Catalog'
@import 'Designs'
@import 'Sidebar'
@import 'Topbar'
@@ -11,7 +12,6 @@
@import 'Details'
@import 'Initial'
@import 'Tree'
@import 'Catalog'
@import 'Wizard'
@import 'Notification'
@import 'TooltipButton'