Commit 490da17e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Dev

See merge request redmic-project/client/style!16
parents cc6c9d2d fe4e2a41
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -519,7 +519,7 @@ body.uncollapsedSidebar
	display flex
	justify-content center
	align-items center
	background-color white
	background-color $white
	flex-grow 1
	& > img
		max-width calc(100% - 10px)
@@ -539,6 +539,13 @@ body.uncollapsedSidebar
		&:hover
			color $blue

.legendContainer
	@extend .imageContainer
	background none
	border-top 1px solid $gray
	padding .5rem
	margin-bottom .5rem

.atlasLayerInfoMessage
	padding 5px
	fontSize 2rem
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@

.leaflet-control-layers-expanded
	padding 6px
	max-width 125px

/*Botoneras*/