/* Large devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	.dashboard-nav-bar {
		color: white;
		width: 2.75vw;
		font-size: 1.75vw;
		left: 0;
		height: calc(100vh - var(--header-height) - var(--footer-height));
	}
	.dashboard-nav-bar div.collapsable {
		max-height: 0px;
		overflow: hidden;
		transition: max-height 1.1s;
	}
}
