Reformat code
This commit is contained in:
parent
069cd18268
commit
028a27c538
1 changed files with 8 additions and 8 deletions
|
@ -10,14 +10,14 @@ div#gdprBanner {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
#gdprBanner a {
|
#gdprBanner a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
#gdprBanner button {
|
#gdprBanner button {
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="gdprBanner text-center" id="gdprBanner">This site uses cookies for analytics. By continuing to browse this site, you agree to use this. <a data-toggle="modal" data-target="#gdprModal">Learn more</a> <button onclick="cookieManager.createGDPRCookie();" type="button" class="btn btn-info" data-dismiss="modal">Accept</button></div>
|
<div class="gdprBanner text-center" id="gdprBanner">This site uses cookies for analytics. By continuing to browse this site, you agree to use this. <a data-toggle="modal" data-target="#gdprModal">Learn more</a> <button onclick="cookieManager.createGDPRCookie();" type="button" class="btn btn-info" data-dismiss="modal">Accept</button></div>
|
||||||
<div class="modal fade" id="gdprModal" role="dialog">
|
<div class="modal fade" id="gdprModal" role="dialog">
|
||||||
|
|
Loading…
Reference in a new issue