Commit 11f4efdc by Damien Moulard

change styles in presta presentation in public website

parent b7da3197
...@@ -439,10 +439,6 @@ form[name="formEncaissement"] label { ...@@ -439,10 +439,6 @@ form[name="formEncaissement"] label {
word-break: break-all; word-break: break-all;
} }
.new-presta-icon {
filter: hue-rotate(200deg) brightness(110%) contrast(120%);
}
#new-prestataires-rubrique-title { #new-prestataires-rubrique-title {
color: #222; color: #222;
} }
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"/build/app.3644f7b2.js" "/build/app.3644f7b2.js"
], ],
"css": [ "css": [
"/build/app.5962097e.css" "/build/app.b5da936b.css"
] ]
}, },
"admin": { "admin": {
......
{ {
"build/app.css": "/build/app.5962097e.css", "build/app.css": "/build/app.b5da936b.css",
"build/app.js": "/build/app.3644f7b2.js", "build/app.js": "/build/app.3644f7b2.js",
"build/admin.css": "/build/admin.4de55830.css", "build/admin.css": "/build/admin.4de55830.css",
"build/admin.js": "/build/admin.63735322.js", "build/admin.js": "/build/admin.63735322.js",
......
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
</div> </div>
{% endif %} {% endif %}
{% if presta.statut != null %} {% if presta.statut != null %}
<h6 class="card-title text-muted mb-3">{{ presta.statut }}</h6> <h5 class="card-title text-muted mb-3">{{ presta.statut }}</h5>
{% endif %} {% endif %}
{% if presta.groupe != null and tav_env == 0 %} {% if presta.groupe != null and tav_env == 0 %}
<h4 class="card-subtitle mb-3">{{'Groupe local'|trans}} : <a href='{{ path('show_groupe', {'slug': presta.groupe.slug}) }}'>{{ presta.groupe.__toString() }}</a></h4> <h5 class="card-subtitle mb-3">{{'Groupe local'|trans}} : <a href='{{ path('show_groupe', {'slug': presta.groupe.slug}) }}'>{{ presta.groupe.__toString() }}</a></h5>
{% endif %} {% endif %}
{% if presta.siret != null and tav_env == 0 %} {% if presta.siret != null and tav_env == 0 %}
<h5 class="card-subtitle mb-3">{{'SIRET'|trans}} : {{ presta.siret }}</h5> <h5 class="card-subtitle mb-3">{{'SIRET'|trans}} : {{ presta.siret }}</h5>
...@@ -56,10 +56,10 @@ ...@@ -56,10 +56,10 @@
<h5 class="card-subtitle mb-3">{{'Pourcentage de conventionnement'|trans}} : {{ presta.conventionnement * 100 }}%</h5> <h5 class="card-subtitle mb-3">{{'Pourcentage de conventionnement'|trans}} : {{ presta.conventionnement * 100 }}%</h5>
{% endif %} {% endif %}
{% if presta.horaires != null %} {% if presta.horaires != null %}
<h6 class="card-subtitle text-muted mb-3">{{'Horaires'|trans}} : {{ presta.horaires|raw }}</h6> <h5 class="card-subtitle text-muted mb-3">{{'Horaires'|trans}} : {{ presta.horaires|raw }}</h5>
{% endif %} {% endif %}
{% if presta.web != null %} {% if presta.web != null %}
<h6 class="card-subtitle mb-3">{{'Site web'|trans}} : <a href='{{ presta.web }}' target='_blank' rel='noopener noreferrer'>{{ presta.web }}</a></h6> <h5 class="card-subtitle mb-3">{{'Site web'|trans}} : <a href='{{ presta.web }}' target='_blank' rel='noopener noreferrer'>{{ presta.web }}</a></h5>
{% endif %} {% endif %}
{# {% if presta.responsable != null and presta.metier != null %} {# {% if presta.responsable != null and presta.metier != null %}
<h6 class="card-title my-3">Responsable : {{ presta.responsable }} ({{ presta.metier }})</h6> <h6 class="card-title my-3">Responsable : {{ presta.responsable }} ({{ presta.metier }})</h6>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment