- merged with develop;
This commit is contained in:
@@ -147,6 +147,7 @@
|
||||
.appForm__fileUploadItemName {
|
||||
color: var(--global-textColor);
|
||||
font-style: italic;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.appForm__row {
|
||||
|
||||
@@ -276,6 +276,10 @@
|
||||
.summary {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@container section_with_border (max-width: 600px) {
|
||||
|
||||
@@ -28,6 +28,14 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
#root, .wrapper {
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
|
||||
@@ -118,6 +118,10 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.p-dropdown-panel {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.p-inputgroup.flex-1 {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user