Commit fbef49e0 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Intercambia icono de fullscreen según estado

parent 7ff7c76c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -16,6 +16,17 @@
	i
		fontSize 1.6rem

.fullscreenToggle
	i
		@extend .fa

		&:before
			@extend .fa-expand:before

body:fullscreen
	.fullscreenToggle i:before
		@extend .fa-compress:before

.notification
.userArea
	display flex