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.
 
 
 
 

74 lines
1.1 KiB

/* Copyright © 2023 Entreprise SkamCraft */
body,
html {
height: 100%;
}
.btn-infos {
margin: 2px;
/* color: black; */
background-color: royalblue;
border: 2px solid royalblue;
border-radius: 10px;
}
.btn-infos:hover {
border-color: rgb(45, 73, 156);
background-color: rgb(45, 73, 156);
}
.btn-accept {
margin: 2px;
/* color: black; */
background-color: royalblue;
border: 2px solid royalblue;
border-radius: 10px;
}
.btn-accept:hover {
border-color: rgb(45, 73, 156);
background-color: rgb(45, 73, 156);
}
.contract-screen {
display: flex;
justify-content: center;
background-image: url("/assets/contracts/contractscreen.png");
background-repeat: no-repeat;
background-position: center;
height: 100vh;
}
.card-body {
margin-left: 200px;
margin-top: -160px;
width: 400px;
}
.card-body button {
margin-top: 15px;
margin-left: -10px;
width: 250px;
}
.contracts {
margin-left: 240px;
margin-top: 250px;
height: 100vh;
width: 100vh;
}
/* Modal */
.status-onhold {
color: orange;
}
.status-accepted {
color: greenyellow;
}