- added message for beneficiary about requirement of adding company;

This commit is contained in:
Vitalii Kiiko
2024-11-15 16:07:03 +01:00
parent 1cb4232fee
commit 7803816e21
6 changed files with 63 additions and 17 deletions

View File

@@ -28,6 +28,14 @@ body {
}
}
a {
color: inherit;
&:hover {
text-decoration: none;
}
}
#root, .wrapper {
min-height: 100%;
display: flex;