/**
 * @author:	Emmanuel SMITH <hey@emmanuel-smith.me>
 * project:	ets2-dashboard-skin
 * file: 	navigation.scss
 * Date: 	06/04/2020
 * Time: 	20:14
 */

@import "../../../../../assets/scss/common/variables";

@import "../common/common";

@import "truck-gear";
@import "speed";
@import "odometer";
@import "bottomArea";
@import "dash-symbol";

.nav {
	@include prefixer( display, flex, ("webkit", "moz", "o") );
	@include prefixer( justify-content, center, ("webkit", "moz", "o") );
	@include prefixer( align-items, center, ("webkit", "moz", "o") );
	
	.icons-item-wrappers {
		width: 100%;
	}
}
