"Gardner light cookie consent "
Bootstrap 3.3.0 Snippet by MMLTech

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Include the above in your HEAD tag -->
<section id="consent">
<div class="container">
<div class="row">
<div class="consentCard gardnerStyle col-lg-3 col-md-6 col-sm-12 consent-left" id="ConsentCard">
<div class="panel panel-default">
<div class="panel-heading">
<h3>Pocket Cookie Consent</h3>
</div>
<div class="panel-body">
<p>Do you like cookies? 🷪 We use cookies to ensure you get the best experience on our website.</p>
<ul>
<li><i class="fa fa-angle-double-right"></i> Read <a href="#">Therms of Service</a></li>
<li><i class="fa fa-angle-double-right"></i> Read <a href="#">Our Cookie Policy</a></li>
<li><i class="fa fa-angle-double-right"></i> Read <a href="#">Our GDPR Policy</a></li>
</ul>
<div class="col-md-12 consentNav text-center">
<div class="btn-group" role="group">
<button type="button" class="btn btn-default denie">I Disagree</button>
<button type="button" class="btn btn-default accept">I Agree</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#ConsentCard{
position: fixed;
bottom: 30px;
z-index: 9990;
}
.consent-left{
left: 30px;
}
.consent-right{
right: 30px;
}
.consentCard .panel .panel-heading{
border: none;
}
.consentCard .panel .panel-heading h3{
margin: 0;
}
.consentCard ul{
list-style-type: none;
padding: 0;
}
.consentCard ul > li > a{
text-decoration: none;
}
.consentCard ul > li{
padding:5px 0;
}
.consentCard ul a,
.consentCard .btn{
-webkit-transition: all 150ms ease-out;
-moz-transition: all 150ms ease-out;
-o-transition: all 150ms ease-out;
transition: all 150ms ease-out;
}
/**GARDNER STYLE - CONSENT BOX**/
.gardnerStyle .panel{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: