fix cookies banner
This commit is contained in:
parent
0f86d8e6f7
commit
a217c0819e
|
@ -1,12 +1,13 @@
|
||||||
|
|
||||||
<div id="cookie-notice">
|
<div id="cookie-notice">
|
||||||
|
|
||||||
<p>Vi använder bara cookies om du går med på det. Hjälp oss förbättra våran marknadsföring!
|
<p>
|
||||||
<br />Klicka <a href="#" id="cookie-notice-decline">här</a> om du inte vill hjälpa till.
|
We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back.
|
||||||
<br />Läs mer om <a href="/cookies/">hur vi använder cookies,</a>
|
<br /><a href="#" id="cookie-notice-decline">Click here</a> if you want this to go away without cookies.
|
||||||
|
<br />Read more about <a href="/cookies/"> how {{ site.title }} use cookies</a>
|
||||||
</p>
|
</p>
|
||||||
<a class="button yes" href="#"
|
<a class="button yes" href="#"
|
||||||
id="cookie-notice-accept">Jag hjälper gärna!</a>
|
id="cookie-notice-accept">Ok</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
p {
|
p {
|
||||||
flex: 1 0 250px;
|
flex: 1 0 250px;
|
||||||
margin: 40px 20px 40px 40px;
|
margin: 40px 20px 40px 40px;
|
||||||
font-size: 1em;
|
font-size: 0.8em;
|
||||||
font-family: _font(family);
|
font-family: _font(family);
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: nil
|
||||||
|
---
|
||||||
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<svg width="960" height="128" version="1.1" viewBox="0 0 254 33.87" xmlns="http://www.w3.org/2000/svg">
|
<svg width="960" height="128" version="1.1" viewBox="0 0 254 33.87" xmlns="http://www.w3.org/2000/svg">
|
||||||
<g transform="rotate(180 160.5 50.64)">
|
<g transform="rotate(180 160.5 50.64)">
|
||||||
<path d="m66.97 93.34 254-7.408v15.88h-254" fill="#1B2241"/>
|
<path d="m66.97 93.34 254-7.408v15.88h-254" fill="{{ site.data.colors.bg_color }}"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 305 B |
|
@ -1,6 +1,9 @@
|
||||||
|
---
|
||||||
|
layout: nil
|
||||||
|
---
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<svg width="960" height="128" version="1.1" viewBox="0 0 254 33.87" xmlns="http://www.w3.org/2000/svg">
|
<svg width="960" height="128" version="1.1" viewBox="0 0 254 33.87" xmlns="http://www.w3.org/2000/svg">
|
||||||
<g transform="matrix(1 0 0 1 -66.97 -67.41)">
|
<g transform="matrix(1 0 0 1 -66.97 -67.41)">
|
||||||
<path d="m66.97 93.87 254-7.408v15.35h-254" fill="#1B2241"/>
|
<path d="m66.97 93.87 254-7.408v15.35h-254" fill="{{ site.data.colors.bg_color }}"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 310 B |
Loading…
Reference in a new issue