- 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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user