/* Copyright © 2023 Entreprise SkamCraft */ body, html { height: 100%; } button { margin: 2px; /* color: black; */ background-color: white; border: 2px solid white; border-radius: 10px; } button:hover { border-color: #eab308; background-color: #eab308; transition: all 1s; } main { /* display: flex; justify-content: space-between; */ display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding-left: 30px; } /* Modal */ .status-onhold{ color: orange; } .status-accepted{ color: greenyellow; }