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;
|
||||
color: #ffffff;
|
||||
}
|
||||
#gdprBanner a {
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
}
|
||||
#gdprBanner button {
|
||||
margin-left: 25px;
|
||||
}
|
||||
#gdprBanner a {
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
}
|
||||
#gdprBanner button {
|
||||
margin-left: 25px;
|
||||
}
|
||||
</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="modal fade" id="gdprModal" role="dialog">
|
||||
|
|
Loading…
Reference in a new issue