You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
 

47 lines
546 B

/* 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;
}