Skip to content

Commit

Permalink
less primary button
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jul 24, 2024
1 parent bf90bee commit 7685bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lemarche/templates/dashboard/_api_key_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3 class="fr-card__title">
<div class="fr-card__footer">
<ul class="fr-btns-group fr-btns-group--icon-right fr-btns-group--right fr-btns-group--inline">
<li>
<a class="fr-btn fr-icon-arrow-right-s-line" href="{% url 'api:home' %}">
<a class="fr-btn fr-icon-arrow-right-s-line fr-btn--tertiary-no-outline" href="{% url 'api:home' %}">
Documentation
</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions lemarche/templates/dashboard/_ressource_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ <h3 class="fr-card__title">
</div>
</div>
<div class="fr-card__footer">
<ul class="fr-btns-group--right fr-btns-group fr-btns-group--inline">
<ul class="fr-btns-group--right fr-btns-group fr-btns-group--inline fr-btns-group--icon-right">
<li>
<a class="fr-btn" href="/ressources/{% if category_slug %}categories/{{ category_slug }}/{% endif %}">
<a class="fr-btn fr-icon-arrow-right-s-line fr-btn--tertiary-no-outline" href="/ressources/{% if category_slug %}categories/{{ category_slug }}/{% endif %}">
Voir toutes les ressources
</a>
</li>
Expand Down

0 comments on commit 7685bed

Please sign in to comment.