Commit 66da658e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Trabaja diseños con listado, fija tamaño loading

parent b4d4c44f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ $normalFontSize = 1rem
$bigFontSize = 1.2rem
$giantFontSize = 1.4rem
$hugeFontSize = 1.8rem
$loadingFontSize = 3rem
$loadingFontSize = 12rem
$textColor = $white

// Sombras (componentes)
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
	// Common

	.dijitTabPaneWrapper
		fondo textura hard
		fondo color $color13
		border none
		noScroll()

@@ -22,7 +22,7 @@

	.dijitTab
		color $white
		fondo textura hard
		fondo color $color13
		microMargined h
		fontSize $normalFontSize
		padding 7.3px 12px
+2 −2
Original line number Diff line number Diff line
.containerFacets
	fondo textura hard
	fondo color $color13
	height 100%
	border-radius 5px
	overflow-y auto
+3 −3
Original line number Diff line number Diff line
@@ -44,13 +44,13 @@
			color black

	.framework
		fondo textura hard
		min-height 2.5rem
		padding 0 1rem
		fondo color $color13
		padding 0.5rem

	.bottomList
		display flex
		justify-content space-between
		flex-wrap wrap
		align-items center

		.keypadZone
+9 −9
Original line number Diff line number Diff line
@@ -4,21 +4,21 @@

	.textSearch
		position relative
		width calc(100% - 3rem)
		width calc(100% - 2rem)
		.fa-times
			position absolute
			z-index 3
			color black
			cursor pointer
			margin-top 0.75rem
			right 10px
			margin-top 0.5rem
			right 0.5rem
			&:hover
				color red

		input
			border none
			width 100%
			height 3rem
			height 2rem
			padding 0
			padding-left 0.7rem
			padding-right 2.5rem
@@ -39,8 +39,8 @@
	.buttonSearch
		flexible v center center
		border-radius 0 5px 5px 0
		width 3rem
		height 3rem
		width 2rem
		height 2rem
		border-left none
		cursor pointer
		background-color rgba(4, 156, 219, 0.5)
@@ -53,8 +53,8 @@
		color white !important

.suggestions
	position relative
	margin-top 3.2rem
	position absolute
	margin-top 2.1rem

	z-index 999
	width calc(100% - 2px)
Loading