feat: collection runner (#3600)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
@@ -344,26 +344,44 @@ pre.ace_editor {
|
||||
|
||||
.info-response {
|
||||
color: var(--status-info-color);
|
||||
&.outlined {
|
||||
border: 1px solid var(--status-info-color);
|
||||
}
|
||||
}
|
||||
|
||||
.success-response {
|
||||
color: var(--status-success-color);
|
||||
&.outlined {
|
||||
border: 1px solid var(--status-success-color);
|
||||
}
|
||||
}
|
||||
|
||||
.redirect-response {
|
||||
color: var(--status-redirect-color);
|
||||
&.outlined {
|
||||
border: 1px solid var(--status-redirect-color);
|
||||
}
|
||||
}
|
||||
|
||||
.critical-error-response {
|
||||
color: var(--status-critical-error-color);
|
||||
&.outlined {
|
||||
border: 1px solid var(--status-critical-error-color);
|
||||
}
|
||||
}
|
||||
|
||||
.server-error-response {
|
||||
color: var(--status-server-error-color);
|
||||
&.outlined {
|
||||
border: 1px solid var(--status-server-error-color);
|
||||
}
|
||||
}
|
||||
|
||||
.missing-data-response {
|
||||
color: var(--status-missing-data-color);
|
||||
&.outlined {
|
||||
border: 1px solid var(--status-missing-data-color);
|
||||
}
|
||||
}
|
||||
|
||||
.toasted-container {
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
--font-size-tiny: 0.625rem;
|
||||
--line-height-body: 1rem;
|
||||
--upper-primary-sticky-fold: 4.125rem;
|
||||
--upper-runner-sticky-fold: 4.125rem;
|
||||
--upper-secondary-sticky-fold: 6.188rem;
|
||||
--upper-runner-sticky-fold: 4.5rem;
|
||||
--upper-tertiary-sticky-fold: 8.25rem;
|
||||
--upper-fourth-sticky-fold: 10.2rem;
|
||||
--upper-mobile-primary-sticky-fold: 6.75rem;
|
||||
|
||||
Reference in New Issue
Block a user