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.
72 lines
971 B
72 lines
971 B
.card{ |
|
display: grid; |
|
margin-top: 15px; |
|
grid-template-columns: 1fr 1fr; |
|
} |
|
.contracts |
|
{ |
|
display: flex; |
|
justify-content: center; |
|
flex-direction: column; |
|
align-items: center; |
|
height: 50%; |
|
width: 50%; |
|
overflow-y: scroll; |
|
} |
|
|
|
.contract-screen |
|
{ |
|
width: 100%; |
|
height: 100%; |
|
display: flex; |
|
justify-content: center; |
|
flex-direction: column; |
|
align-items: center; |
|
} |
|
.screen-img { |
|
z-index: -1; |
|
position: absolute; |
|
top: 10%; |
|
height: 80%; |
|
bottom: 1%; |
|
right: 20%; |
|
left: 20%; |
|
width: 60%; |
|
} |
|
.card-body{ |
|
margin-left: 50px; |
|
} |
|
.card-button{ |
|
margin-top: 10px; |
|
} |
|
|
|
.img |
|
{ |
|
position: absolute; |
|
top: 10%; |
|
left: 25%; |
|
z-index: -1; |
|
background-repeat: no-repeat; |
|
display: flex; |
|
justify-content: center; |
|
|
|
} |
|
|
|
#contracts-modal |
|
{ |
|
background-color: rgba(0, 0, 255, 0.5); |
|
border: none; |
|
border-radius: 10px; |
|
padding: 40px; |
|
color: white; |
|
} |
|
|
|
/* Modal */ |
|
|
|
.status-onhold { |
|
color: orange; |
|
} |
|
|
|
.status-accepted { |
|
color: greenyellow; |
|
} |