Modify modal button styles

This commit is contained in:
PCoder 2019-02-01 08:29:20 +01:00
parent 6164b80e3d
commit 9f7ccd7170
1 changed files with 4 additions and 4 deletions

View File

@ -57,12 +57,12 @@
letter-spacing: 0.6px;
}
button.gdpr:hover {
.gdpr-button:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
button.gdpr {
.gdpr-button {
font-family: "Lato", sans-serif;
text-transform: none;
font-size: 14px;
@ -308,8 +308,8 @@
{% endblocktrans %}
</p>
</div>
<div class="gdpr modal-footer">
<button type="button" class="btn btn-default"
<div class="modal-footer">
<button type="button" class="gdpr-button btn-default"
data-dismiss="modal">Close
</button>
</div>