svg menu burger

This commit is contained in:
2021-11-21 21:43:33 +01:00
parent 14fb62ba20
commit 894bca8c0c
2 changed files with 11 additions and 14 deletions
@@ -424,7 +424,7 @@ header {
#header-top #block-burger {
z-index: 1;
background-color: #009ee3;
font-size: 0.5rem;
font-size: 0.7rem;
color: white;
display: block;
width: 7rem;
@@ -432,11 +432,13 @@ header {
margin-top: 0; }
#header-top #block-burger :hover {
cursor: pointer; }
#header-top #block-burger h2 {
padding-top: 1rem; }
#header-top #block-burger h2:after {
display: block;
margin: auto;
height: 60px;
content: url('data:image/svg+xml,<svg width="160" height="140" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="20" x2="95" y1="20" y2="20" stroke-linecap="round" stroke="white" stroke-width="7"/></svg>');
content: url('data:image/svg+xml,<svg width="160" height="140" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="20" x2="95" y1="50" y2="50" stroke-linecap="round" stroke="white" stroke-width="7"/></svg>'); }
content: url('data:image/svg+xml,<svg width="160" height="160" xmlns="http://www.w3.org/2000/svg" version="1.1"> <path id="path930" d="M 30,10 H 90" stroke-linecap="round" stroke="white" stroke-width="4"/><path id="path930-3" d="M 30,25 H 90" stroke-linecap="round" stroke="white" stroke-width="4"/><path id="path930-6" d="M 30,40 H 90" stroke-linecap="round" stroke="white" stroke-width="4"/></svg>'); }
#header-top #block-burger #block-burger-menu {
display: block;
margin: 0;