Commit 7ff7c76c authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Aplica estilos para selector de fullscreen

parent 727f37df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ body
	width inherit
	height inherit
	margin 0
	background inherit

*
	outline none
+22 −5
Original line number Diff line number Diff line
.languageSelector
.fullscreenToggle
	display flex
	margin-left 0.5rem
	height 2.5rem
	width 2.5rem
	display flex
	justify-content center
	align-items center
	cursor pointer
	position relative

	&:hover
		color $blue

	i
		fontSize 1.6rem

.notification
.userArea
.languageSelector
	display flex
	margin-left 0.5rem

@@ -13,17 +30,17 @@
		cursor pointer
		position relative

		&:hover
			color $blue

		i
			fontSize 1.6rem

.notification
.languageSelector
	> div:hover
		i
			color $blue

		span
			fondo color $blue
			color $white

.userArea
	margin-right 1rem