Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "Change buttons colors"

Merged Julie Thezenas requested to merge 82-change-buttons-colors into master
All threads resolved!
+ 25
4
@@ -13,11 +13,32 @@ Page factice penser à créer une vraie page !
echo "Hello World"
```
## Hello mon carousel Libre !
<button className="button button--note">button--note</button>
<button className="button button--success">button--success</button>
<button className="button button--info">button--info</button>
<button className="button button--warning">button--warning</button>
<button className="button button--danger">button--danger</button>
<div>
<CarouselLibre />
</div>
:::note Encart note
🔜 **Les tarifs arrivent !** <a class="button button--note" href="#">Bouton note !</a>
:::
:::success Encart success
🔜 **Les tarifs arrivent !** <a class="button button--success" href="#">Bouton success !</a>
:::
:::info Encart info
🔜 **Les tarifs arrivent !** <a class="button button--info" href="#">Bouton info !</a>
:::
:::caution Encart caution
🔜 **Les tarifs arrivent !** <a class="button button--warning" href="#">Bouton caution !</a>
:::
:::danger Encart danger
🔜 **Les tarifs arrivent !** <a class="button button--danger" href="#">Bouton danger !</a>
:::
:::note
Loading