Updates job documentation

This commit is contained in:
Alicia Sykes
2023-07-08 19:01:32 +01:00
parent 397609e7bc
commit 46f8144a0f
6 changed files with 397 additions and 33 deletions

View File

@ -39,6 +39,8 @@ const ModalWindow = styled.div`
animation: appear 0.5s;
color: ${colors.textColor};
box-shadow: 4px 4px 0px ${colors.bgShadowColor};
max-height: 80%;
overflow-y: auto;
@keyframes appear {
0% {opacity: 0; transform: scale(0.9);}
100% {opacity: 1; transform: scale(1);}