Modify modal button styles
This commit is contained in:
parent
6164b80e3d
commit
9f7ccd7170
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue