@import '_common'

.{$prefix}core .{$prefix}wrap
	.{$prefix}prompt
		border_box()
		position    : absolute
		width       : 100%
		height      : 100%
		margin      : 1px 0 0 2px
		font        : $font
		color       : silver
		overflow    : hidden
		white-space : pre

		&.{$prefix}hide-prompt
			display : none

