- merged with develop;

This commit is contained in:
Vitalii Kiiko
2024-11-15 17:18:27 +01:00
28 changed files with 247 additions and 127 deletions

View File

@@ -147,6 +147,7 @@
.appForm__fileUploadItemName {
color: var(--global-textColor);
font-style: italic;
text-align: left;
}
.appForm__row {

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;

View File

@@ -118,6 +118,10 @@
user-select: none;
}
.p-dropdown-panel {
max-width: 100%;
}
.p-inputgroup.flex-1 {
align-items: center;
}