Commit 43807eb4 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza estilo de vista inicial

parent 36ab25e5
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -466,10 +466,10 @@

.windowContent
	display flex
	//overflow auto
	& > :first-child
		@extend .fWidth
		@extend .fHeight
		overflow auto

.windowContenNoTitle
	border-radius 5px !important
@@ -646,3 +646,14 @@
.kibana-dashboard
	width calc(100% - 4px)
	height calc(100% - 4px)

.socialPanel
	display flex
	flex-wrap wrap
	align-items center
	justify-content flex-start
	padding 10px
	> *
		fontSize 4rem
		color $white
		margin 10px
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

.box
	.contentInfo
		margin 2rem
		margin 0.5rem
		line-height 2
		color $grayLighter
		.colorWhite