HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/sass/6-Organisms/_organisms.header.scss
.o-header {
	@include z(z-header);
	position: relative;
	padding: space(3) 0;
	background-color: palette(neutral, 900);
}


.o-header__main {
	@include contain;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.o-header__nav {
	width: 100%;
	display: none;

	@include mq($bp-header-switch) {
		display: block;
	}
}


.o-header__logo {
	@include font-size(xxl);
	@include font-weight('bold');
	flex: none;
	margin-right: space(6);
	color: palette(neutral, 0);
	text-decoration: none;
}


.o-header__version {
	@include font-size(s);
	color: palette(neutral, 500);
}


.o-header__toggle {
	margin-left: space(2);

	@include mq($bp-header-switch) {
		display: none;
	}
}