Commit 32230cd3 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Reubica y corrige estilo de caja de selección

parent 64441bd8
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -669,3 +669,29 @@ body.uncollapsedSidebar
.kibana-dashboard
	width calc(100% - 4px)
	height calc(100% - 8px)

.containerSelectionBox
	display flex
	align-items center

	.seeSelection
		display flex
		align-items center
		margin-left 0.5rem

		> span
			padding-right 1rem

		select
			min-width 9rem

		&.active
			select
				border-color $blue !important

	.selectionBox
		cursor default
		display flex
		align-items center
		padding 0 4px
		justify-content space-between
+0 −27
Original line number Diff line number Diff line
@@ -103,33 +103,6 @@
			margin 0 3px
			flexible h right center

.containerSelectionBox
	display flex
	align-items center

	.seeSelection
		display flex
		align-items center
		margin-left 0.5rem
		> span
			padding-right 1rem
		select
			min-width 9rem
	.active
		select
			border-color rgba(4, 156, 219, 0.5) !important
			background-color rgba(4, 156, 219, 0.5)
			background-image none !important
			option
				background-color white

	.selectionBox
		cursor default
		display flex
		align-items center
		padding 0 4px
		justify-content space-between

.listMenu
	.flag
		height 1.5rem