$lui-tooltray-background-color: $white;
$lui-tooltray-z-index: 9999;

.lui-tooltray {

	* { @include ease-out() }

	position: fixed;
	width: 100%;
	background-color: $lui-tooltray-background-color;
	z-index: $lui-tooltray-z-index;

	&.lui-tooltray-top {

	}
	&.lui-tooltray-bottom {
		bottom: $lui-toolbar-height;
	}
	&.lui-tooltray-open {}


}
