++ styles
This commit is contained in:
parent
205dde453a
commit
6164b80e3d
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.5;
|
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 {
|
||||||
|
@ -88,8 +87,8 @@
|
||||||
|
|
||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header gdpr">
|
||||||
<button type="button" class="gdpr close" data-dismiss="modal">
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
×
|
×
|
||||||
</button>
|
</button>
|
||||||
<h4 class="gdpr modal-title">{% trans "Privacy policy" %}</h4>
|
<h4 class="gdpr modal-title">{% trans "Privacy policy" %}</h4>
|
||||||
|
|
Loading…
Reference in a new issue