Simple Form 1.3.0 updates and minor fixes
This commit is contained in:
parent
0968ebe34b
commit
e608983931
5 changed files with 8 additions and 6 deletions
|
@ -1327,7 +1327,8 @@ ul.pagination {
|
||||||
font-size: 1rem; }
|
font-size: 1rem; }
|
||||||
.contact button {
|
.contact button {
|
||||||
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase;
|
||||||
|
display: block; }
|
||||||
.contact #simple_form-success, .contact #simple_form-submit {
|
.contact #simple_form-success, .contact #simple_form-submit {
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
.contact #simple_form-success strong, .contact #simple_form-success label, .contact #simple_form-success th, .contact #simple_form-submit strong, .contact #simple_form-submit label, .contact #simple_form-submit th {
|
.contact #simple_form-success strong, .contact #simple_form-success label, .contact #simple_form-success th, .contact #simple_form-submit strong, .contact #simple_form-submit label, .contact #simple_form-submit th {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -43,6 +43,7 @@
|
||||||
@extend .default-animation;
|
@extend .default-animation;
|
||||||
font-family: $font-family-header;
|
font-family: $font-family-header;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
#simple_form-success, #simple_form-submit {
|
#simple_form-success, #simple_form-submit {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends 'partials/base.html.twig' %}
|
{% extends 'partials/base.html.twig' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ page.content }}
|
<p>{{ page.content }}</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in a new issue