|
@@ -91,7 +91,7 @@ header{
|
|
|
#block-burger { // menu burger à droite
|
|
|
z-index: 1;
|
|
|
background-color: $blue-light;
|
|
|
- font-size: 0.5rem;
|
|
|
+ font-size: 0.7rem;
|
|
|
color: $white;
|
|
|
display: block;
|
|
|
width: 7rem;
|
|
@@ -100,19 +100,14 @@ header{
|
|
|
:hover{
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+ h2{
|
|
|
+ padding-top: 1rem;
|
|
|
+ }
|
|
|
h2:after{
|
|
|
display: block;
|
|
|
+ margin:auto;
|
|
|
height: 60px;
|
|
|
- // font-family: 'Font Awesome';
|
|
|
- // content: "\f0c9";
|
|
|
- // font-weight: 100;
|
|
|
- // font-size: 5rem;
|
|
|
- // content:url("../images/pictos/menu.png");
|
|
|
- // content: url('data:image/svg+xml; utf8, <svg version="1.1" x="0px" y="0px" viewBox="0 0 52 33" xml:space="preserve" id="svg8" sodipodi:docname="noun_Arrow_3771902.svg" inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)" width="52" height="33" inkscape:export-filename="/home/ouidade/Sites/EQL/docker-eql/src_d9/web/themes/custom/eql/images/pictos/noun_Arrow_3771902.png" inkscape:export-xdpi="300" inkscape:export-ydpi="300" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata id="metadata14"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><defs id="defs12"/><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1920" inkscape:window-height="1015" id="namedview10" showgrid="false" inkscape:zoom="6.92" inkscape:cx="20.953757" inkscape:cy="38.222543" inkscape:window-x="0" inkscape:window-y="36" inkscape:window-maximized="1" inkscape:current-layer="svg8" inkscape:pagecheckerboard="0" width="99px"/><polygon points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2 " id="polygon2" inkscape:export-filename="/home/ouidade/Sites/EQL/docker-eql/src_d9/web/themes/custom/eql/images/pictos/polygon2.png" inkscape:export-xdpi="300" inkscape:export-ydpi="300" transform="translate(-23.815852,-33.316918)"/></svg>');
|
|
|
- // background-image: url('~/web/themes/custom/eql/images/pictos/menu.png');
|
|
|
- // height: 2rem;
|
|
|
- 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>');
|
|
|
}
|
|
|
|
|
|
#block-burger-menu{
|