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/ste.komma.pro/resources/sass/6-Organisms/_organisms.filters.scss
.o-filters {
	@include mq($max: layout-menu) {
		height: 100%;
	}
}


.o-filters__section {
	@include owl(space(5));
}


.o-filters__heading {
	color: palette(primary, 500);

	@include mq($max: layout-menu) {
		position: absolute;
		top: space(3);
		left: space(3);
	}
}


.o-filters__body {
	@include mq($max: layout-menu) {
		position: absolute;
		overflow: auto;
		top: space(11);
		left: space(3);
		right: 0;
		bottom: space(5);
		padding-right: space(3);
	}

	@include mq(layout-menu) {
		margin-top: space(5);
	}
}


.o-filters__subheading {
	@include font-size(base);
	@include font-weight(extraBold);
}

.o-filters__level-explanations {
	display: block;
	text-decoration: none;

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

.o-filters__explanations-icon {
	position: relative;
	top: -2px;
	margin-left: space(1);
}

.o-filters__content {
	margin-top: space(1.5);
}

.o-filters__table-label {
	padding-right: space(1);
}