[Glitch] Use material symbol for responsive menu toggle
Port SCSS changes from 7519ef2fa1 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									d6e340b4dd
								
							
						
					
					
						commit
						f299f8bac1
					
				| 
						 | 
					@ -65,16 +65,16 @@ $content-width: 840px;
 | 
				
			||||||
          background: $ui-base-color;
 | 
					          background: $ui-base-color;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .fa-times {
 | 
					        .material-close {
 | 
				
			||||||
          display: none;
 | 
					          display: none;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        &.active {
 | 
					        &.active {
 | 
				
			||||||
          .fa-times {
 | 
					          .material-close {
 | 
				
			||||||
            display: block;
 | 
					            display: block;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          .fa-bars {
 | 
					          .material-menu {
 | 
				
			||||||
            display: none;
 | 
					            display: none;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue