Other behavior for sidebar links
This commit is contained in:
		@@ -10,10 +10,14 @@
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .LP-Menu__Item {
 | 
			
		||||
        padding: 15px 0;
 | 
			
		||||
        margin: 0;
 | 
			
		||||
        text-align: center;
 | 
			
		||||
        background-color: transparent;
 | 
			
		||||
 | 
			
		||||
        .LP-Link{
 | 
			
		||||
            display: block;
 | 
			
		||||
            padding: 15px 0;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .LP-Link__Text {
 | 
			
		||||
@@ -39,6 +43,11 @@
 | 
			
		||||
                &:last-child{
 | 
			
		||||
                    margin-bottom: 0;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                .LP-Link:hover{
 | 
			
		||||
                    background-color: $-almost-white;
 | 
			
		||||
                    
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
@@ -46,14 +55,15 @@
 | 
			
		||||
 | 
			
		||||
@media(max-width: $-viewport-medium){
 | 
			
		||||
    .LP-Menu{
 | 
			
		||||
        &:not(&--sidebar){
 | 
			
		||||
            .LP-Menu__List{
 | 
			
		||||
                display: flex;
 | 
			
		||||
                flex-direction: row;
 | 
			
		||||
                justify-content: flex-start;
 | 
			
		||||
 | 
			
		||||
        .LP-Menu__List{
 | 
			
		||||
            display: flex;
 | 
			
		||||
            flex-direction: row;
 | 
			
		||||
            justify-content: flex-start;
 | 
			
		||||
 | 
			
		||||
            .LP-Menu__Item{
 | 
			
		||||
                flex: 1 1 auto;
 | 
			
		||||
                .LP-Menu__Item{
 | 
			
		||||
                    flex: 1 1 auto;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user