//
// Menu Panel
//

#qazana-panel-page-menu {
	box-shadow: $panel-bottom-shadow;
}

.qazana-panel-menu-item {
	display: table;
	width: 100%;
	height: 50px;
	cursor: pointer;
	margin-bottom: 1px;

	&:not(:hover) {
		background-color: #fff;
	}

	> * {
		display: table-cell;
		vertical-align: middle;
	}
}

.qazana-panel-menu-item-icon {
	text-align: center;
	width: 55px;
}

.qazana-panel-menu-item-title {
	font-weight: 500;

	> span {
		color: $editor-success;
	}
}
