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

Añade transición a contenido de Window y revisa

Corrige alguna errata de naming y jerarquía de clases.
Retoca algunos detalles, aparte de transicionar en los cambios de altura
del contenido de Window.
parent 4b9bd387
Loading
Loading
Loading
Loading
+40 −36
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@
			margin 5px
			overflow hidden
			transition-property height, width
			transition-duration 0.3s
			transition-duration .3s

		& > div
			$cols = 6
@@ -434,6 +434,7 @@
		.contentGrid
			height 100% !important

.moduleWindow
	.windowTitle
		fondo degradado topbar
		border-radius 5px 5px 0 0
@@ -455,7 +456,7 @@
				height 15px
				text-align center
				vertical-align middle
			margin 0 5px
				margin 0 2px
				cursor pointer
				color gray

@@ -466,12 +467,15 @@

	.windowContent
		display flex
		transition height .3s linear
		border-radius 0 0 5px 5px

		& > :first-child
			@extend .fWidth
			@extend .fHeight
			overflow auto

.windowContenNoTitle
	.windowWithoutTitleContent
		border-radius 5px !important

		& > :first-child