@import '~scss/_mixins';
.list-item {
    @include flex();
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #cccccc;
	text-align: center;
	border-bottom: 1px solid #ffffff;

}
