- added amendemnt page for beneficiary;

- fixed styles in all tables;
- fixed displaying requested files list;
- fixed page of creating a new amendment;
This commit is contained in:
Vitalii Kiiko
2024-11-08 16:08:08 +01:00
parent 5e44b1f268
commit 2797a58661
13 changed files with 129 additions and 97 deletions

View File

@@ -207,6 +207,7 @@
display: flex;
flex-direction: column;
padding: 0;
width: 100%;
> li {
padding: 15px;
@@ -378,4 +379,12 @@
&[disabled] {
background-color: var(--message-info-background);
}
}
@media (max-width: 700px) {
.appPageSection {
&.columns {
grid-template-columns: 1fr;
}
}
}