Newer
Older
smart-home-server / webclient / src / scss / app / _empty-here.scss
.empty-here {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	gap: $space-4;

	.icon {
		width: 100%;
		font-size: $font-size-h1;
		line-height: 0;
		text-align: center;
	}

	p.text-msg {
		font-size: $font-size-lg;
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
}