Color Renaming
This commit is contained in:
		@@ -4,5 +4,5 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.LP-HorizontalLine{
 | 
			
		||||
    color: $-secondary-color;
 | 
			
		||||
    color: $-grey;
 | 
			
		||||
}
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
        .LP-PlaceOveriew__Image{
 | 
			
		||||
            width: 700px;
 | 
			
		||||
            height: 450px;
 | 
			
		||||
            box-shadow: 0 0 10px $-secondary-color;
 | 
			
		||||
            box-shadow: 0 0 10px $-grey;
 | 
			
		||||
            object-fit: cover;
 | 
			
		||||
 | 
			
		||||
            float: right;
 | 
			
		||||
@@ -28,7 +28,7 @@
 | 
			
		||||
        .LP-PlaceOverView__ImageItem{
 | 
			
		||||
            
 | 
			
		||||
            img {
 | 
			
		||||
                box-shadow: 0 0 5px $-secondary-color;
 | 
			
		||||
                box-shadow: 0 0 5px $-grey;
 | 
			
		||||
                height: 200px;
 | 
			
		||||
                width: 290px;
 | 
			
		||||
                object-fit: cover;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user