UI: 2024 Hero component options #103971
@ -213,3 +213,18 @@ button.going-star
|
||||
.form-submit-dl
|
||||
dd
|
||||
font-family: var(--font-family-body)
|
||||
|
||||
/* Web Assets overrides. */
|
||||
.form-group
|
||||
&.form-group-profile
|
||||
display: block
|
||||
|
||||
// TODO: check component form-check in Web Assets v2
|
||||
.form-check
|
||||
+padding(5, left)
|
||||
|
||||
.form-check-input
|
||||
transform: scale(1.5) translateX(calc(var(--spacer) * -1))
|
||||
|
||||
.form-group
|
||||
display: block
|
||||
|
@ -17,7 +17,7 @@ a.btn.float-right.d-inline(href="{% url 'profile_detail' pk=user.profile.pk %}")
|
||||
| so that we can have your badge ready for you at the registration desk.
|
||||
|
||||
form(action="{% url 'profile_update' %}", method="post", enctype="multipart/form-data")
|
||||
.form-group
|
||||
.form-group.form-group-profile
|
||||
| {% csrf_token %}
|
||||
| {{ form | crispy }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user