More style fixes
This commit is contained in:
parent
bb2f3e6a6f
commit
205dde453a
1 changed files with 18 additions and 3 deletions
|
@ -6,7 +6,8 @@
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1;
|
line-height: 1.5;
|
||||||
|
margin: 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.gdpr, h2.gpdr, h3.gpdr, h4.gdpr, h5.gdpr, h6.gdpr {
|
h1.gdpr, h2.gpdr, h3.gpdr, h4.gdpr, h5.gdpr, h6.gdpr {
|
||||||
|
@ -56,6 +57,20 @@
|
||||||
.gdpr-button-text-letter-spacing {
|
.gdpr-button-text-letter-spacing {
|
||||||
letter-spacing: 0.6px;
|
letter-spacing: 0.6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.gdpr:hover {
|
||||||
|
color: #333;
|
||||||
|
background-color: #e6e6e6;
|
||||||
|
border-color: #adadad;
|
||||||
|
}
|
||||||
|
button.gdpr {
|
||||||
|
font-family: "Lato", sans-serif;
|
||||||
|
text-transform: none;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 300;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
border-radius: 1px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link href="//fonts.googleapis.com/css?family=Lato:300,400,600,700" rel="stylesheet" type="text/css" />
|
<link href="//fonts.googleapis.com/css?family=Lato:300,400,600,700" rel="stylesheet" type="text/css" />
|
||||||
<div class="gdpr gdprBanner text-center gdpr-text-letter-spacing"
|
<div class="gdpr gdprBanner text-center gdpr-text-letter-spacing"
|
||||||
|
@ -74,12 +89,12 @@
|
||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" data-dismiss="modal">
|
<button type="button" class="gdpr close" data-dismiss="modal">
|
||||||
×
|
×
|
||||||
</button>
|
</button>
|
||||||
<h4 class="gdpr modal-title">{% trans "Privacy policy" %}</h4>
|
<h4 class="gdpr modal-title">{% trans "Privacy policy" %}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="gdpr modal-body">
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans %}
|
{% blocktrans %}
|
||||||
<strong>1. Responsibility and scope</strong><br/>
|
<strong>1. Responsibility and scope</strong><br/>
|
||||||
|
|
Loading…
Reference in a new issue