Difference between revisions of "Template:TU Darmstadt/CSS"

Line 394: Line 394:
 
   nav > ul { display: none; }   
 
   nav > ul { display: none; }   
 
   nav .title::after { display: none; }
 
   nav .title::after { display: none; }
 +
 +
  .burger {
 +
    width: 70px;
 +
    height: 70px;
 +
    position: fixed;
 +
    background: red;
 +
    top: 32px;
 +
    z-index: 30;
 +
    right: 10px;
 +
  }
 +
 +
  .burger-inner {
 +
    margin-top: 10px;
 +
    margin-left: 10px;
 +
    background: rgb(175, 34, 68);
 +
    border-radius: 25px;
 +
    width: 25px;
 +
    height: 25px;
 +
  }
 
}
 
}
  

Revision as of 17:54, 15 October 2018