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

Retoca estilo de barra de búsqueda inicial, limpia

parent 32230cd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
.containerTextSearch
	display flex
	flex-grow 1
	width 100%
	background-color $color2
	border-radius 5px
	color $white
+13 −31
Original line number Diff line number Diff line
@@ -85,36 +85,6 @@
				.iconModule
					fontSize 3rem

		.lastActivityModule
			flexible h space-between center
			min-height 5rem
			padding 0 1rem

			span
				textEllipsis()
				margin-right 0.5rem

				.spanTemplate .subtitle
					color #bbb

			a
				fontSize 1.6rem

			&:hover
				fondo color $blue

				.spanTemplate
					.span, .status, .subtitle, .subtitle i, .iconList:hover, em
						color #fff !important

				a
					color #fff
					&:hover
						color grey

		.lastActivityModule:nth-child(odd)
			@extend .softSolidContainer

.domains
	overflow auto
	@extend .borderRadiusBottom
@@ -168,6 +138,7 @@ a:hover
		margin 0.2rem 0.5rem

.searchBarPanel
	flex-flow column
	justify-content center
	padding 0 30%

@@ -179,7 +150,18 @@ a:hover
		padding 0 1rem

	> div
		&:first-child
			align-self center
			padding .5rem
			width calc(100% - 1rem)

		&:last-child
			color $grayLighter
			text-align center
			margin-top .5rem

			b
				color $blue

.productContainer
.statisticsContainer