.svg-isolate {
	width: 100px;
	height: 100px;
	outline: 1px dashed gray;

	&.highlight {
		outline: 1px dashed red;
	}
}

bootstrap-icon-svg {
	outline: 1px dashed lightblue;
}

.resized .svg-isolate {
	width: 100%;
	height: 100%;
}	
