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

Mejora estilo de stats y retoca botones de listado

parent a83efed6
Loading
Loading
Loading
Loading
+88 −18
Original line number Diff line number Diff line
@@ -174,8 +174,8 @@
					.rowList
						padding 1rem
						display flex
						flex-grow 6
						flex-basis 5rem
						flex-grow 1
						//flex-basis 5rem
						align-items center

						> img
@@ -243,16 +243,16 @@
					color $white
					padding 1rem
					display flex
					flex-grow 1
					//flex-grow 1
					justify-content flex-end
					align-self flex-start
					flex-wrap wrap
					flex-basis 3rem
					//flex-basis 3rem

					> *
						display flex
						justify-content center
						flex-direction column
						flex-direction row
						margin 0
						padding .2rem
//					> i
@@ -483,27 +483,97 @@
		border-right 1px solid rgba($white, 0.5)
		justify-content center

.spanTemplateStatistic
.spanTemplateTable
	flex-direction row

.spanTemplateStatistic
	justify-content space-between
	flex-wrap wrap
.statisticsContainer
	display flex
	flex-flow column

	.title
		min-width 25rem
	.statsActivityIcon
	.statsProjectIcon
	.statsProgramIcon
	.statsOrganisationIcon
	.statsPlatformIcon
	.statsDocumentIcon
	.statsOpenIcon
	.statsClosedIcon
	.statsAttachedIcon
	.statsIndependentIcon
		@extend .fa
		width 2rem
		text-align center

	.statsActivityIcon
	.statsProjectIcon
	.statsProgramIcon
	.statsOrganisationIcon
	.statsPlatformIcon
	.statsDocumentIcon
		fontSize 1.6rem

	.statsAttachedIcon
	.statsIndependentIcon
		fontSize 1.4rem

	.subtitle
		display flex
	.statsOpenIcon
	.statsClosedIcon
		fontSize 1.2rem

	.statsActivityIcon:before
		@extend .fa-tasks:before

	.statsProjectIcon:before
		@extend .fa-briefcase:before

	.statsProgramIcon:before
		@extend .fa-shield:before

	.statsOrganisationIcon:before
		@extend .fa-institution:before

	.statsPlatformIcon:before
		@extend .fa-dot-circle-o:before

		.rightColOne
		.rightColTwo
			width 11rem
	.statsDocumentIcon:before
		@extend .fa-book:before

		.rightColSeparator
			margin-right 2rem
	.statsOpenIcon:before
		@extend .fa-folder-open-o:before

	.statsClosedIcon:before
		@extend .fa-folder-o:before

	.statsAttachedIcon:before
		@extend .fa-cubes:before

	.statsIndependentIcon:before
		@extend .fa-cube:before

	> div

		div
			padding-left 2rem

	div
		> span
			display inline-flex
			flex-flow wrap
			align-items center
			margin .5rem 0
			margin-right 1rem

			> span
				margin-right .3rem

				&.name
					fontSize 1.2rem
					font-weight bold

				&:nth-child(3n)
					color $blue
					fontSize 1.1rem
					font-weight bold

.noBorderList .containerList .contentList
	border-radius 0