cookie button is button not link
This commit is contained in:
parent
e4162d287e
commit
899bb8c0da
|
@ -6,8 +6,8 @@
|
||||||
<br /><a href="#" id="cookie-notice-decline">Click here</a> if you want this to go away without cookies.
|
<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>
|
<br />Read more about <a href="/cookies/"> how {{ site.title }} use cookies</a>
|
||||||
</p>
|
</p>
|
||||||
<a class="button yes" href="#"
|
<button class="button yes"
|
||||||
id="cookie-notice-accept">Ok</a>
|
id="cookie-notice-accept">Ok</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,11 @@
|
||||||
margin: 20px 40px 40px 40px;
|
margin: 20px 40px 40px 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
button {
|
||||||
|
border: none;
|
||||||
|
font-size: inherit;
|
||||||
|
font-family: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.yes {
|
.yes {
|
||||||
|
|
Loading…
Reference in a new issue