Commit 53106c2b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige detalles de barras pequeñas e inicio

parent 0c4dd3a0
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -27,9 +27,11 @@

		.innerButtons
			*
				padding 0 0.5rem
				&:not(:last-child)
					padding-right 0.25rem

				&:last-child
					padding-right 0.5rem
					border-right 1px solid $gray

		.clearTextButton
@@ -39,14 +41,11 @@
				@extend .fa-times:before

		.inputSearch
			width 100%
			border none
			flex-grow 1
			padding 0 0.7rem
			padding-left 0.4rem
			background-color $white
			color black
			border-radius 5px 0 0 5px
			position relative
			top 0
			color $black

	.outerButtons
		border-radius 0 5px 5px 0
+8 −0
Original line number Diff line number Diff line
@@ -161,3 +161,11 @@ a:hover
		fontSize 3rem
		color $white
		margin 0.2rem 0.5rem

.searchBarPanel
	display flex
	justify-content center
	padding 0 2rem

	> div
		align-self center