@import '../../css/_site.css';

@font-face {
    font-family: 'LCD';
    font-style: normal;
    font-weight: 500;
    src: url(FiveByNineLCD-Regular.ttf) format('truetype');
}

html {
	height: 100%;
}

body {
	min-height: 100%;

	&.dropzone {
		-webkit-filter: blur(2px);
	}
}

#status {

	font-family: 'LCD';
	line-height: 2em;
	background-color: white;
	border-radius: 4px;

	.progress {
		height: 2rem;
	}
}

.directory {
	font-family: 'LCD';

	tr {
		line-height: 1rem;
	}

	.index {
		width: 4em;
	}

	.type {
		width: 4em;
	}

	.actions {
		text-align: right;
		width: 6em;
		font-size: 80%;
	}

	.size, .rate {
		width: 8em;
	}
}

.lcd {
	font-family: 'LCD';
}
