// To be used in cases were an icon is styled like an icon only button,
// but shouldnt be a button (i.e. spinner icon)
.mf-spinner-icon-element {
	padding: 12px;

	span + span {
		.mixin-screen-reader-text();
	}
}
