31 lines
		
	
	
		
			603 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			603 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .LP-Footer{
 | |
|     margin-top: 75px;
 | |
|     width: 100%;
 | |
|     background-color: $-grey;
 | |
|     padding: 25px;
 | |
| 
 | |
|     .LP-LinkList__List{
 | |
|         display: flex;
 | |
|         align-items: center;
 | |
|         justify-content: center;
 | |
| 
 | |
|         .LP-LinkList__Item{
 | |
|             border: none;
 | |
|             padding: 5px;
 | |
|             width: auto;
 | |
| 
 | |
|             .LP-Text{
 | |
|                 color: $-almost-white;
 | |
|                 font-size: 17px;
 | |
|             }
 | |
| 
 | |
|             .LP-Link{
 | |
|                 display: inline;
 | |
| 
 | |
|                 &:hover{
 | |
|                     background-color: inherit;
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| } |