// SIDEBAR BRAND
.sidebar-brand {
	font-weight: $sidebar-brand-weight;
	font-size: $sidebar-brand-size;
	margin-bottom: $sidebar-spacing-y/2;
	display: inline-block;
	&:hover {
		text-decoration: none;
	}
	i.material-icons {
		margin-top: -3px;
	}
}
.sidebar,
.sidebar .simplebar-content {
	> .sidebar-brand {
		height: $sidebar-brand-height;
		line-height: $sidebar-brand-height;
		padding-left: $sidebar-spacing-x;
		padding-right: $sidebar-spacing-x;
		margin-bottom: $sidebar-spacing-y;
		display: block;
		width: 100%;
	}
}
.sidebar-brand-border {
	border-bottom: 1px solid transparent;
}