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/reiskick.komma.nl/resources/sass/6-Organisms/_organisms.textImage.scss
$o-text-image-bp1: m;
$o-text-image-bp2: l;


.o-text-image {
	position: relative;

	@include mq($o-text-image-bp1) {
		display: flex;
	}
}


.o-text-image__description {
	margin-bottom: space(5);

	@include mq($o-text-image-bp1){
		width: column(6);
		margin-bottom: 0; // reset
	}
}


.o-text-image__visual {
	@include mq($o-text-image-bp1) {
		width: column(5.5);
		margin-left: column(0.5);
	}
}


// Modifier for reversing: Image first, then text
.o-text-image--is-reversed {
	@include mq($o-text-image-bp1) {
		flex-direction: row-reverse;
	}

	.o-text-image__visual {
		@include mq($o-text-image-bp1) {
			margin-left: 0; // reset
			margin-right: column(1);
		}
	}
}