Modifications pour aspect captcha, réduction de taille de polices et rendre l'apparition d'un bouton optionnelle

This commit is contained in:
Navas 2023-02-28 11:30:25 +01:00
parent 6682a19f61
commit 8ef33fd3d2
5 changed files with 26 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -40,4 +40,14 @@ form {
input {
font-weight: 400;
}
.form-data.basic-captcha .form-input-prepend {
height: 45px;
}
.form-data.basic-captcha .form-input-wrapper {
border: none;
}
.form-data.basic-captcha .button {
height: fit-content;
}
}

View File

@ -31,7 +31,6 @@ $image-margin: 2rem;
z-index: 10;
@include clearfix;
margin-top: 2rem;
min-height: 31rem;
text-align: center;
.pricing-item {
@extend .default-animation;
@ -60,6 +59,7 @@ $image-margin: 2rem;
@extend h4;
color: $white;
padding: 0.5rem 0;
font-size: 1.8rem;
}
.info {
padding-top: 1rem;
@ -72,11 +72,11 @@ $image-margin: 2rem;
.price {
font-weight: bold;
color: $light-gray;
font-size: 2.5rem;
font-size: 1.6rem;
font-family: $font-family-header;
font-weight: normal;
border-bottom: $border-color 1px solid;
line-height: 5rem;
line-height: 3.2rem;
}
.foot {
@extend .default-animation;

View File

@ -11,9 +11,11 @@
{{ line | raw }}
</div>
{% endfor %}
{% if item.button_url %}
<div class="foot">
<a class="button" href="{{ item.button_url }}">{{ item.button_text }}</a>
</div>
{% endif %}
</div>
{% endfor %}
</div>