Commit 3f6c089f authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Retoca botón de área de usuario

parent 27ed8762
Loading
Loading
Loading
Loading
+15 −21
Original line number Diff line number Diff line
.languageSelector
.fullscreenToggle
.userArea
	display flex
	margin-left 0.5rem
	height 2.5rem
@@ -17,7 +18,6 @@
		fontSize 1.6rem

.notification
.userArea
	display flex
	margin-left 0.5rem

@@ -30,40 +30,34 @@
		cursor pointer
		position relative

		span
			sombreadoTexto 1
			fontSize 0.8rem
			position absolute
			top 0.2rem
			right 0.2rem
			padding 0.2rem 0.4rem
			background $green
			border-radius 5px

		&:hover
			color $blue

		i
			fontSize 1.6rem

.notification
	> div:hover
			span
				fondo color $blue
				color $white

		i
			fontSize 1.6rem

.userArea
	margin-right 1rem

	i:hover
		color $blue

	img
		width 100%
		height 100%
		border-radius 5px

.notification > div
	span
		sombreadoTexto 1
		fontSize 0.8rem
		position absolute
		top 0.2rem
		right 0.2rem
		padding 0.2rem 0.4rem
		background $green
		border-radius 5px

.containerNotificationSidebar
	position absolute
	top $topbar-size
+5 −0
Original line number Diff line number Diff line
@@ -19,18 +19,23 @@
			color white
			text-decoration none
			display flex
			align-items center

			&:first-child
				margin-top 0

			i
				width 2rem
				fontSize 1.2rem
				justify-content center
				display flex
				margin-right 10px

			&:hover
				i
				span
					color $blue

		.itemSelect
			i
			span
+0 −15
Original line number Diff line number Diff line
@@ -78,21 +78,6 @@
		padding 0 4px
		justify-content space-between

.userAreaGuest
	padding 0 1rem

	a
		color white
		text-decoration none
		cursor pointer
		margin-right 1rem

		&:hover
			color $blue

	a:last-child
		margin-right 0

.versionNumber
	color #aaa
	fontSize 0.9rem