mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Move styling to scss file and fix styling of participation list
This commit is contained in:
parent
87456b2e7b
commit
2febee0d7c
@ -55,3 +55,13 @@ form#export_tableur {
|
||||
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
|
||||
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
||||
}
|
||||
|
||||
.participation-list {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.participations-wrapper {
|
||||
background-color: whitesmoke;
|
||||
padding: 1rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ block js %}
|
||||
</div>
|
||||
</div>
|
||||
{% if e.participations|length > 0 %}
|
||||
<div class="item-row separator">
|
||||
<div class="participation-list item-row separator">
|
||||
<strong>{{ "Participations" | trans }} : </strong>
|
||||
{% for part in e.participations|slice(0, 20) %} {% include
|
||||
'@ChillMain/OnTheFly/_insert_vue_onthefly.html.twig' with {
|
||||
|
@ -173,7 +173,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="participations-wrapper" style="background-color: whitesmoke; padding: 1rem; margin-bottom: .5rem;">
|
||||
<div class="participations-wrapper">
|
||||
<h2>{{ 'Participations'|trans }}</h2>
|
||||
{% set count = event.participations|length %}
|
||||
<p>{{ 'count participations to this event'|trans({'count': count}) }}</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user