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/carrot.komma.pro/resources/sass/site/6-Organisms/_organisms.top-bar.scss
// Component settings: Top bar
// ------------------------------------------

$o-top-bar: (
	'bgcolor':    palette(dark),
	'color':  		palette(light),
);

// ------------------------------------------

.o-top-bar {
	@include mq($max: $bp-header-large) {
		display: none;
	}
	color: map-get($o-top-bar, 'color');
	background-color: map-get($o-top-bar, 'bgcolor');
}

.o-top-bar__main {
	@include contain;
	text-align: right;
}

.o-top-bar__list {
	list-style: none;
	margin-left: 0;
	padding: space(1) 0;
}

.o-top-bar__link {
	@include font-size(xs);
	display: inline-block;
	padding: space(1) 0;
	text-decoration: none;
	color: map-get($o-top-bar, 'color');

	&:hover {
		text-decoration: underline;
	}
}