Commit 673a8369 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'feature-omitLoginRedirection' into 'dev'

Feature omit login redirection

See merge request redmic-project/client/style!5
parents 3f53bd47 43807eb4
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
+1 −5
Original line number Diff line number Diff line
@@ -211,11 +211,7 @@

	.versionNumber
		position absolute
		color $color6
		opacity 0.3
		fontSize 1.2rem
		left 3px
		bottom 0px
		left 0

.noSupport
	text-align center
+4 −1
Original line number Diff line number Diff line
.notification, .userArea
.notification
.userArea
.languageSelector
	width auto
	height 3rem
	display flex
@@ -17,6 +19,7 @@
			margin-right 5px

.notification
.languageSelector
	> div:hover
		i
			color $blue
+11 −1
Original line number Diff line number Diff line
@@ -79,3 +79,13 @@

	a:last-child
		margin-right 0

.versionNumber
	color #aaa
	fontSize 1.2rem
	padding 0 10px
	user-select none

.listMenu
	.flag
		height 1.5rem