Se rendre au contenu

petrigo1

Informations sur le petrigo1 instance d'Odoo, le ERP Open Source.

Applications installées

Site Web
Constructeur de sites web d'entreprise
Discussion
Chat, passerelle de messagerie et canaux privés
/* Styles pour le bouton Retour vers le haut */ #backToTop { position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; background-color: #FFCF03; color: black; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); cursor: pointer; transition: opacity 0.3s ease; } #backToTop span { font-size: 24px; font-weight: bold; transform: rotate(180deg); /* Pour que la flèche pointe vers le haut */ } #backToTop:hover { background-color: #e6b802; /* Une teinte légèrement plus foncée pour l'effet hover */ } #backToTop.hidden { opacity: 0; pointer-events: none; }