No absolute icon paths
This commit is contained in:
		@@ -13,14 +13,14 @@
 | 
			
		||||
	&--error{
 | 
			
		||||
		.LP-Message__Icon{
 | 
			
		||||
			background-color: invert(#fd6861);
 | 
			
		||||
			background-image: url('/icons/error.png');
 | 
			
		||||
			background-image: url('icons/error.png');
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	&--warning{
 | 
			
		||||
		.LP-Message__Icon{
 | 
			
		||||
			background-color:invert(#ffb818);
 | 
			
		||||
			background-image: url('/icons/error.png');
 | 
			
		||||
			background-image: url('icons/error.png');
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
@@ -28,21 +28,21 @@
 | 
			
		||||
	&--info{
 | 
			
		||||
		.LP-Message__Icon{
 | 
			
		||||
			background-color: invert(lightblue);
 | 
			
		||||
			background-image: url('/icons/information.svg');
 | 
			
		||||
			background-image: url('icons/information.svg');
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	&--success{
 | 
			
		||||
		.LP-Message__Icon{
 | 
			
		||||
			background-color: invert(#96c800);
 | 
			
		||||
			background-image: url('/icons/success.svg');
 | 
			
		||||
			background-image: url('icons/success.svg');
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	&--debug{
 | 
			
		||||
		.LP-Message__Icon{
 | 
			
		||||
			background-color: invert(#fb95d0);
 | 
			
		||||
			background-image: url('/icons/debug.png');
 | 
			
		||||
			background-image: url('icons/debug.png');
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -143,7 +143,7 @@ body{
 | 
			
		||||
		z-index: 20;
 | 
			
		||||
		height: 60px;
 | 
			
		||||
		width: 60px;	
 | 
			
		||||
		background-image: url('/icons/hamburger_menu.svg');
 | 
			
		||||
		background-image: url('icons/hamburger_menu.svg');
 | 
			
		||||
		background-repeat: no-repeat;
 | 
			
		||||
		background-clip: content-box;
 | 
			
		||||
		background-position: center;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user