- 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

@@ -276,6 +276,10 @@
.summary {
font-weight: bold;
}
a {
color: inherit;
}
}
@container section_with_border (max-width: 600px) {

View File

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