2022-11-10 15:44:58 -05:00
|
|
|
/* site is mainly using white theme. */
|
|
|
|
/* header is mainly using g100 */
|
|
|
|
/* mockup wanted white, not grey, text */
|
|
|
|
.cds--header, a.cds--header__menu-item {
|
|
|
|
color: white;
|
2022-10-12 10:21:49 -04:00
|
|
|
}
|
|
|
|
|
2022-11-24 11:06:11 -05:00
|
|
|
.megacondensed {
|
|
|
|
padding-left: 0px;
|
2023-09-07 10:12:13 -04:00
|
|
|
margin-left: 0px;
|
2022-11-24 11:06:11 -05:00
|
|
|
}
|
|
|
|
|
2022-11-21 22:49:09 -05:00
|
|
|
/* defaults to 3rem, which isn't long sufficient for "elizabeth" */
|
|
|
|
.cds--header__action.username-header-text {
|
|
|
|
width: 5rem;
|
|
|
|
}
|
|
|
|
|
2023-02-17 14:35:13 -05:00
|
|
|
.cds--header__action.spiff-environment-header-text {
|
|
|
|
width: 5rem;
|
|
|
|
color: #126d82;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cds--header__action.unclickable-text:hover {
|
|
|
|
background-color: #161616;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
.cds--header__action.unclickable-text:focus {
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
border-color: none;
|
|
|
|
}
|
|
|
|
|
2023-04-26 16:22:50 -04:00
|
|
|
.cds--loading__stroke {
|
|
|
|
stroke: gray;
|
|
|
|
}
|
|
|
|
|
2023-03-02 08:34:15 -05:00
|
|
|
/* make this a little less prominent so the actual human beings completing tasks stand out */
|
|
|
|
.system-user-log-entry {
|
|
|
|
color: #B0B0B0;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2022-11-18 13:57:40 -05:00
|
|
|
h1 {
|
2022-11-10 15:44:58 -05:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 36px;
|
|
|
|
color: #161616;
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 1rem
|
2022-11-10 15:44:58 -05:00
|
|
|
}
|
|
|
|
|
2022-11-18 13:57:40 -05:00
|
|
|
h2 {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 28px;
|
|
|
|
color: #161616;
|
|
|
|
}
|
|
|
|
|
2023-07-12 10:14:01 -04:00
|
|
|
h3 {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #161616;
|
|
|
|
}
|
|
|
|
|
2023-09-07 10:12:13 -04:00
|
|
|
.tag-within-dl {
|
2022-11-10 15:44:58 -05:00
|
|
|
color: black;
|
2023-09-07 10:12:13 -04:00
|
|
|
margin-left: -3px;
|
2022-10-12 10:21:49 -04:00
|
|
|
}
|
|
|
|
|
2022-11-10 15:44:58 -05:00
|
|
|
.cds--btn.button-white-background {
|
|
|
|
color: #393939;
|
|
|
|
background: #FFFFFF;
|
|
|
|
background-blend-mode: multiply;
|
|
|
|
border: 1px solid #393939;
|
|
|
|
}
|
|
|
|
.cds--btn.button-white-background:hover {
|
2022-11-16 15:43:11 -05:00
|
|
|
background: lightgrey;
|
2022-10-12 10:21:49 -04:00
|
|
|
}
|
2022-11-10 15:44:58 -05:00
|
|
|
|
|
|
|
.cds--breadcrumb-item a.cds--link:hover {
|
|
|
|
color: #525252;
|
|
|
|
}
|
|
|
|
.cds--breadcrumb-item a.cds--link:visited {
|
|
|
|
color: #525252;
|
|
|
|
}
|
|
|
|
.cds--breadcrumb-item a.cds--link:visited:hover {
|
|
|
|
color: #525252;
|
|
|
|
}
|
|
|
|
.cds--breadcrumb-item a.cds--link {
|
|
|
|
color: #525252;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cds--btn--ghost {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.cds--btn--ghost:visited {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.cds--btn--ghost:hover {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.cds--btn--ghost:visited:hover {
|
2022-10-12 10:21:49 -04:00
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2022-11-30 15:08:04 -05:00
|
|
|
/* match normal link colors */
|
|
|
|
.cds--btn--ghost.button-link {
|
|
|
|
color: #0062fe;
|
2022-11-30 15:35:37 -05:00
|
|
|
padding-left: 0;
|
2022-11-30 15:08:04 -05:00
|
|
|
}
|
|
|
|
.cds--btn--ghost.button-link:visited {
|
|
|
|
color: #0062fe;
|
2022-11-30 15:35:37 -05:00
|
|
|
padding-left: 0;
|
2022-11-30 15:08:04 -05:00
|
|
|
}
|
|
|
|
.cds--btn--ghost.button-link:hover {
|
|
|
|
color: #0062fe;
|
2023-05-01 12:25:22 -04:00
|
|
|
background-color: white;
|
2022-11-30 15:35:37 -05:00
|
|
|
padding-left: 0;
|
2022-11-30 15:08:04 -05:00
|
|
|
}
|
|
|
|
.cds--btn--ghost.button-link:visited:hover {
|
|
|
|
color: #0062fe;
|
2023-05-01 12:25:22 -04:00
|
|
|
background-color: white;
|
2022-11-30 15:35:37 -05:00
|
|
|
padding-left: 0;
|
2022-11-30 15:08:04 -05:00
|
|
|
}
|
|
|
|
|
2023-09-07 10:12:13 -04:00
|
|
|
/* make the colors black to make it easier to read */
|
|
|
|
.cds--btn--tertiary {
|
|
|
|
color: black;
|
|
|
|
border-color: black;
|
|
|
|
}
|
|
|
|
.cds--btn--tertiary:visited {
|
|
|
|
color: black;
|
|
|
|
border-color: black;
|
|
|
|
}
|
|
|
|
/* make the colors a little lighter black on hover
|
|
|
|
* so they match our normal scheme better
|
|
|
|
*/
|
|
|
|
.cds--btn--tertiary:focus {
|
|
|
|
color: white;
|
|
|
|
border-color: #393939;
|
|
|
|
background-color: #393939;
|
|
|
|
}
|
|
|
|
.cds--btn--tertiary:hover {
|
|
|
|
color: white;
|
|
|
|
border-color: #474747;
|
|
|
|
background-color: #474747;
|
|
|
|
}
|
|
|
|
.cds--btn--tertiary:visited:hover {
|
|
|
|
color: white;
|
|
|
|
border-color: #474747;
|
|
|
|
background-color: #474747;
|
|
|
|
}
|
|
|
|
|
2023-05-09 17:38:15 -04:00
|
|
|
.cds--header__global .cds--btn--primary.button-link {
|
2023-05-09 17:05:37 -04:00
|
|
|
color: #f4f4f4;
|
2023-05-09 17:38:15 -04:00
|
|
|
background-color: #393939;
|
2023-05-09 17:05:37 -04:00
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2022-11-10 15:44:58 -05:00
|
|
|
.cds--header__global .cds--btn--primary {
|
|
|
|
background-color: #161616
|
|
|
|
}
|
|
|
|
.cds--btn--primary {
|
|
|
|
background-color: #393939;
|
|
|
|
}
|
|
|
|
.cds--btn--primary:hover {
|
|
|
|
background-color: #474747;
|
|
|
|
}
|
|
|
|
code {
|
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
2022-11-18 12:42:08 -05:00
|
|
|
monospace;
|
2022-11-10 15:44:58 -05:00
|
|
|
}
|
|
|
|
|
2022-10-12 10:21:49 -04:00
|
|
|
.app-logo {
|
2023-05-08 16:24:52 -04:00
|
|
|
height: 37px;
|
|
|
|
width: 152px;
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-top: 1rem;
|
|
|
|
margin-bottom: 1rem;
|
2022-10-12 10:21:49 -04:00
|
|
|
}
|
|
|
|
|
2022-11-01 16:26:24 -04:00
|
|
|
.spiffworkflow-header-container {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 2rem;
|
2022-11-01 16:26:24 -04:00
|
|
|
}
|
|
|
|
|
2022-10-12 10:21:49 -04:00
|
|
|
.active-task-highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
|
|
|
|
fill: yellow !important;
|
|
|
|
opacity: .6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.completed-task-highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
|
|
|
|
fill: grey !important;
|
|
|
|
opacity: .4;
|
|
|
|
}
|
2023-04-12 13:22:10 -04:00
|
|
|
.cancelled-task-highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
|
|
|
|
fill: blue !important;
|
|
|
|
opacity: .2;
|
|
|
|
}
|
2023-04-20 11:49:34 -04:00
|
|
|
.errored-task-highlight:not(.djs-connection) .djs-visual > :nth-child(1) {
|
|
|
|
fill: red !important;
|
|
|
|
opacity: .2;
|
|
|
|
}
|
2022-10-12 10:21:49 -04:00
|
|
|
|
2022-11-07 17:32:29 -05:00
|
|
|
.accordion-item-label {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2022-11-08 17:20:17 -05:00
|
|
|
.cds--breadcrumb {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 2rem;
|
2022-11-08 17:20:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.process-description {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 2rem;
|
2022-11-08 17:20:17 -05:00
|
|
|
}
|
|
|
|
|
2022-11-10 15:44:58 -05:00
|
|
|
h1.with-icons {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2023-07-03 23:59:46 -04:00
|
|
|
dl {
|
2023-07-06 16:38:44 -04:00
|
|
|
display: block;
|
|
|
|
grid-template-columns: 35% 65%;
|
2023-09-07 10:12:13 -04:00
|
|
|
font-size: 14px;
|
2023-07-06 16:38:44 -04:00
|
|
|
line-height: 1.2rem;
|
2023-09-07 10:12:13 -04:00
|
|
|
padding-top: 9px;
|
2023-07-03 23:59:46 -04:00
|
|
|
}
|
|
|
|
|
2023-07-06 16:38:44 -04:00
|
|
|
dl dt {
|
|
|
|
display: inline-block;
|
2022-11-10 15:44:58 -05:00
|
|
|
font-weight: 600;
|
2023-09-07 10:10:44 -04:00
|
|
|
min-width: 6rem;
|
2022-11-10 15:44:58 -05:00
|
|
|
color: #161616;
|
2023-07-06 16:38:44 -04:00
|
|
|
}
|
2023-07-03 23:59:46 -04:00
|
|
|
|
2023-09-07 10:12:13 -04:00
|
|
|
dl.metadata-display dt {
|
|
|
|
width: 7rem;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2023-07-06 16:38:44 -04:00
|
|
|
dl dd {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 1rem;
|
|
|
|
color: #525252;
|
2022-11-10 15:44:58 -05:00
|
|
|
}
|
2023-07-03 23:59:46 -04:00
|
|
|
|
2022-11-10 15:44:58 -05:00
|
|
|
.smaller-text {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2022-10-12 10:21:49 -04:00
|
|
|
.diagram-editor-canvas {
|
|
|
|
border:1px solid #000000;
|
2023-07-06 00:11:18 -04:00
|
|
|
height:78vh;
|
2022-10-12 10:21:49 -04:00
|
|
|
width:90vw;
|
2023-07-03 23:59:46 -04:00
|
|
|
margin: 0 auto;
|
2022-10-12 10:21:49 -04:00
|
|
|
}
|
|
|
|
|
2022-11-01 16:26:24 -04:00
|
|
|
.with-bottom-margin {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 1rem;
|
2022-11-01 16:26:24 -04:00
|
|
|
}
|
|
|
|
|
2023-05-10 09:33:21 -04:00
|
|
|
.user-profile-toggletip-content {
|
2023-05-09 17:38:15 -04:00
|
|
|
background-color: #393939;
|
|
|
|
color: #f4f4f4;
|
|
|
|
margin-right: 8px;
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
2023-05-09 22:40:48 -04:00
|
|
|
|
2023-05-10 09:33:21 -04:00
|
|
|
#user-profile-toggletip {
|
2023-05-09 17:38:15 -04:00
|
|
|
margin-top: 8px;
|
2023-05-10 09:33:21 -04:00
|
|
|
margin-right: 12px;
|
2023-05-09 17:05:37 -04:00
|
|
|
}
|
2023-05-10 09:33:21 -04:00
|
|
|
#user-profile-toggletip .cds--popover-content::before {
|
2023-05-09 17:38:15 -04:00
|
|
|
content: none;
|
|
|
|
}
|
2023-05-09 17:05:37 -04:00
|
|
|
|
2023-05-10 09:33:21 -04:00
|
|
|
#user-profile-toggletip .cds--popover--bottom-right .cds--popover-content {
|
2023-05-09 22:40:48 -04:00
|
|
|
bottom: 11px;
|
2023-05-10 22:58:12 -04:00
|
|
|
right: -5px;
|
2023-05-09 22:55:56 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
border: 3px solid black;
|
2023-05-09 22:40:48 -04:00
|
|
|
}
|
|
|
|
|
2023-05-10 09:33:21 -04:00
|
|
|
#user-profile-toggletip .cds--popover-caret {
|
2023-05-09 22:40:48 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-05-10 09:33:21 -04:00
|
|
|
.user-profile-toggletip-button:hover {
|
2023-05-09 17:05:37 -04:00
|
|
|
background-color: #161616;
|
|
|
|
}
|
|
|
|
|
2023-05-10 09:33:21 -04:00
|
|
|
#user-profile-toggletip .cds--popover--tab-tip__button::after {
|
2023-05-09 17:05:37 -04:00
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
2023-05-10 09:33:21 -04:00
|
|
|
#user-profile-toggletip .cds--popover--tab-tip.cds--popover--open .cds--popover--tab-tip__button{
|
2023-05-09 17:05:37 -04:00
|
|
|
background-color: #161616;
|
|
|
|
}
|
|
|
|
|
2022-11-25 10:56:44 -05:00
|
|
|
.with-top-margin {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-top: 1rem;
|
2022-11-25 10:56:44 -05:00
|
|
|
}
|
|
|
|
|
2022-12-05 14:07:26 -05:00
|
|
|
.with-extra-top-margin {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-top: 1.3rem;
|
2022-12-05 14:07:26 -05:00
|
|
|
}
|
|
|
|
|
2023-01-24 11:35:30 -05:00
|
|
|
.with-top-margin-for-label-next-to-text-input {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-top: 2.3rem;
|
2023-01-24 11:35:30 -05:00
|
|
|
}
|
|
|
|
|
2022-12-01 14:46:09 -05:00
|
|
|
.with-tiny-top-margin {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2023-06-08 17:26:14 -04:00
|
|
|
.with-top-margin-for-unit-test-name {
|
|
|
|
margin-top: 11px;
|
|
|
|
}
|
|
|
|
|
2022-11-25 10:23:00 -05:00
|
|
|
.with-large-bottom-margin {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 3rem;
|
2022-11-25 10:23:00 -05:00
|
|
|
}
|
|
|
|
|
2022-12-02 10:32:40 -05:00
|
|
|
.with-tiny-bottom-margin {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
2023-07-12 10:14:01 -04:00
|
|
|
.with-half-rem-bottom-margin {
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
}
|
|
|
|
|
2022-10-12 10:21:49 -04:00
|
|
|
.diagram-viewer-canvas {
|
|
|
|
border:1px solid #000000;
|
|
|
|
height:70vh;
|
|
|
|
width:90vw;
|
|
|
|
margin:auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb {
|
2023-07-12 10:14:01 -04:00
|
|
|
font-size: 1.5rem;
|
2022-10-12 10:21:49 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb-item.active {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container .nav-tabs {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-top: 1rem;
|
2022-10-12 10:21:49 -04:00
|
|
|
}
|
2022-10-12 16:03:28 -04:00
|
|
|
|
|
|
|
|
|
|
|
/* Markdown Tables */
|
|
|
|
.markdown table {
|
|
|
|
color: #333;
|
|
|
|
background: white;
|
|
|
|
font-size: 12pt;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
.markdown table thead th,
|
|
|
|
.markdown table tfoot th {
|
|
|
|
color: #777;
|
|
|
|
background: rgba(0,0,0,.1);
|
|
|
|
}
|
|
|
|
.markdown table th,
|
|
|
|
.markdown table td {
|
2023-07-12 10:14:01 -04:00
|
|
|
padding: .5rem;
|
2022-10-12 16:03:28 -04:00
|
|
|
border: 1px solid lightgrey;
|
|
|
|
}
|
|
|
|
/* Zebra Table Style */
|
|
|
|
.markdown tbody tr:nth-of-type(odd) {
|
|
|
|
background: rgba(0,0,0,.05);
|
|
|
|
}
|
2022-10-19 15:17:20 -04:00
|
|
|
|
2023-01-13 16:55:34 -05:00
|
|
|
.form-instructions {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 10rem;
|
2023-01-13 16:55:34 -05:00
|
|
|
}
|
|
|
|
|
2022-10-19 15:17:20 -04:00
|
|
|
/* Json Web Form CSS Fix - Bootstrap now requries that each li have a "list-inline-item." Also have a PR
|
2022-11-18 12:42:08 -05:00
|
|
|
in on this with the react-jsonschema-form repo. This is just a patch fix to allow date inputs to layout a little more cleanly */
|
2022-10-19 15:17:20 -04:00
|
|
|
.list-inline>li {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2022-11-18 12:42:08 -05:00
|
|
|
|
|
|
|
.cds--tile.tile-process-group {
|
|
|
|
padding: 0px;
|
2023-09-07 10:12:13 -04:00
|
|
|
margin: 12px 24px 12px 0px;
|
Feature/interstitial summary part 3 (#367)
* throw an error if backend gives a 500 from interstitial page w/ burnettk
* turn unexpected errors for the interstitial page into event stream responses to avoid error misdirection
* pyl
* raise the api_error from the original and make the render_data method private
* Feature/interstitial summary (#337)
* * Process instance logs and messages are now components rather than pages, and are included within tabs on the process instance page, along with the diagram.
* Removed the Zoom and Move modules when showing the readonly
Diagram. Assured this readonly view is resized to fit the space when possible.
* Checkbox Widget no longer displays a duplicate label.
* CSS Tweaks
* All pages are limited to a max display width of 1440, with auto margins to center the main content on the page.
* "Show" pages, like ProcessInstanceShow, TaskShow have the primary content limited to 1000, also with auto-margins.
* Paragraphs, headings, blockquotes, list items are limited to a width of 640.
* Reduced margin bottom on all breadcrumbs.
* Slightly reduced the width and margin of tiles
* ordered lists and unordered lists show numbers and bullets now.
* End user Instructions component can, optionally, auto-collapse, so that only a portion is displayed, along with a toggle. This is how it is set up for the ProcessInstanceShow page.
* Greatly reduced the lag in the interstitial page when doing a re-direct.
* run_pyl
* kill console
* wait for permissionsLoaded too since we are using ability.can
* Previous change removed the top level Messages page - this re-adds it.
* I am always, ALWAYS shocked at how I can not wrap my head around when and where to use "useEffect".
This should cause the show/hide Instructions toggle to only show when useful.
* Minor cleanup on the process instance properties display.
* linting
---------
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
* Fix a linting error.
* minor permissions related fixes for the new ui.
* Revert "Revert "Feature/better subworkflow management (#331)""
This reverts commit 48dcde8faf00241201c515b54444fe9fb373c7f4.
* do not execute tasks from the process instance show page w/ burnettk
* pyl w/ burnettk
* Very minor UI tweak to resolve a number of issues mentioned in SPIFF-316 Notion Ticket:
* Markdown links now open in a new window
* Tables on the home pages are now contained within Grids to better align them with the other content that is in a grid.
* Right aligned the "process instance list link" button to it is flush right with the table underneath
* Gave a little more breathing room the content on the info/metadata in the process instance view .
* updated docker image build action to contain the appropriate version info w/ burnettk
* properly resize to the available columns depending on s/m/l
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
Co-authored-by: Dan Funk <daniel.h.funk@gmail.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-07-03 01:24:54 -04:00
|
|
|
width: 320px;
|
2022-11-18 12:42:08 -05:00
|
|
|
height: 264px;
|
|
|
|
background: #F4F4F4;
|
|
|
|
order: 1;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tile-process-group-content-container {
|
Feature/interstitial summary part 3 (#367)
* throw an error if backend gives a 500 from interstitial page w/ burnettk
* turn unexpected errors for the interstitial page into event stream responses to avoid error misdirection
* pyl
* raise the api_error from the original and make the render_data method private
* Feature/interstitial summary (#337)
* * Process instance logs and messages are now components rather than pages, and are included within tabs on the process instance page, along with the diagram.
* Removed the Zoom and Move modules when showing the readonly
Diagram. Assured this readonly view is resized to fit the space when possible.
* Checkbox Widget no longer displays a duplicate label.
* CSS Tweaks
* All pages are limited to a max display width of 1440, with auto margins to center the main content on the page.
* "Show" pages, like ProcessInstanceShow, TaskShow have the primary content limited to 1000, also with auto-margins.
* Paragraphs, headings, blockquotes, list items are limited to a width of 640.
* Reduced margin bottom on all breadcrumbs.
* Slightly reduced the width and margin of tiles
* ordered lists and unordered lists show numbers and bullets now.
* End user Instructions component can, optionally, auto-collapse, so that only a portion is displayed, along with a toggle. This is how it is set up for the ProcessInstanceShow page.
* Greatly reduced the lag in the interstitial page when doing a re-direct.
* run_pyl
* kill console
* wait for permissionsLoaded too since we are using ability.can
* Previous change removed the top level Messages page - this re-adds it.
* I am always, ALWAYS shocked at how I can not wrap my head around when and where to use "useEffect".
This should cause the show/hide Instructions toggle to only show when useful.
* Minor cleanup on the process instance properties display.
* linting
---------
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
* Fix a linting error.
* minor permissions related fixes for the new ui.
* Revert "Revert "Feature/better subworkflow management (#331)""
This reverts commit 48dcde8faf00241201c515b54444fe9fb373c7f4.
* do not execute tasks from the process instance show page w/ burnettk
* pyl w/ burnettk
* Very minor UI tweak to resolve a number of issues mentioned in SPIFF-316 Notion Ticket:
* Markdown links now open in a new window
* Tables on the home pages are now contained within Grids to better align them with the other content that is in a grid.
* Right aligned the "process instance list link" button to it is flush right with the table underneath
* Gave a little more breathing room the content on the info/metadata in the process instance view .
* updated docker image build action to contain the appropriate version info w/ burnettk
* properly resize to the available columns depending on s/m/l
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
Co-authored-by: Dan Funk <daniel.h.funk@gmail.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-07-03 01:24:54 -04:00
|
|
|
width: 320px;
|
2022-11-18 12:42:08 -05:00
|
|
|
height: 264px;
|
2023-07-12 10:14:01 -04:00
|
|
|
padding: 1rem;
|
2022-11-18 12:42:08 -05:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tile-process-group-display-name {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 1rem;
|
2022-11-18 12:42:08 -05:00
|
|
|
font-size: 20px;
|
|
|
|
line-height: 28px;
|
|
|
|
color: #161616;
|
|
|
|
order: 0;
|
|
|
|
}
|
|
|
|
|
2022-11-18 16:40:49 -05:00
|
|
|
.tile-title-top {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 2rem;
|
2022-11-18 16:40:49 -05:00
|
|
|
font-size: 20px;
|
|
|
|
line-height: 28px;
|
|
|
|
color: #161616;
|
|
|
|
order: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tile-description {
|
2022-11-18 12:42:08 -05:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
letter-spacing: 0.16px;
|
|
|
|
color: #161616;
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tile-process-group-children-count {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
letter-spacing: 0.16px;
|
|
|
|
color: #161616;
|
|
|
|
order: 1;
|
2022-11-18 16:40:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.tile-pin-bottom {
|
2022-11-18 12:42:08 -05:00
|
|
|
position: absolute;
|
2023-07-12 10:14:01 -04:00
|
|
|
bottom: 1rem;
|
2022-11-18 12:42:08 -05:00
|
|
|
}
|
2022-11-22 14:40:16 -05:00
|
|
|
|
|
|
|
.cds--tabs .cds--tabs__nav-link {
|
|
|
|
max-width: 20rem;
|
|
|
|
}
|
2022-11-22 15:09:42 -05:00
|
|
|
|
2023-09-07 10:12:13 -04:00
|
|
|
/* carbon wants padding on all sides. our UI person wanted everything leaning against the left wall. */
|
|
|
|
.cds--tab-content {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2022-11-22 15:09:42 -05:00
|
|
|
.clear-left {
|
|
|
|
clear: left;
|
|
|
|
}
|
2022-11-22 16:21:16 -05:00
|
|
|
|
|
|
|
td.actions-cell {
|
2023-07-12 10:14:01 -04:00
|
|
|
width: 1rem;
|
2022-11-22 16:21:16 -05:00
|
|
|
}
|
2022-11-23 16:26:02 -05:00
|
|
|
|
2023-07-06 00:11:18 -04:00
|
|
|
.process-instance-list-table {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2023-07-06 16:38:44 -04:00
|
|
|
.process-instance-list-table button.button-tag {
|
|
|
|
max-width: calc(100% - 1rem);
|
|
|
|
}
|
2023-07-06 00:11:18 -04:00
|
|
|
|
2023-04-13 16:36:46 -04:00
|
|
|
.process-instance-table-header {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 1rem;
|
2023-04-13 16:36:46 -04:00
|
|
|
}
|
|
|
|
|
2022-11-23 16:26:02 -05:00
|
|
|
.no-results-message {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2023-09-07 10:12:13 -04:00
|
|
|
th.table-header-right-align .cds--data-table, th.table-header-right-align .cds--table-header-label{
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2022-11-23 16:26:02 -05:00
|
|
|
.data-table-description {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
letter-spacing: 0.16px;
|
|
|
|
color: #525252;
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 1rem;
|
2022-11-23 16:26:02 -05:00
|
|
|
}
|
2022-11-25 10:56:44 -05:00
|
|
|
|
|
|
|
/* top and bottom margin since this is sort of the middle of three sections on the process model show page */
|
|
|
|
.process-model-files-section {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin: 2rem 0;
|
2022-11-25 10:56:44 -05:00
|
|
|
}
|
2022-11-25 11:55:37 -05:00
|
|
|
|
2023-07-17 12:44:10 -04:00
|
|
|
.filter-icon {
|
2022-11-25 11:55:37 -05:00
|
|
|
text-align: right;
|
|
|
|
padding-bottom: 10px;
|
2023-09-07 10:12:13 -04:00
|
|
|
margin-right: 0px;
|
2022-11-25 11:55:37 -05:00
|
|
|
}
|
2022-11-30 15:35:37 -05:00
|
|
|
|
2023-05-22 17:36:07 -04:00
|
|
|
.cds--btn--ghost:not([disabled]).red-icon svg {
|
|
|
|
fill: red;
|
|
|
|
}
|
|
|
|
.cds--btn--ghost:not([disabled]).green-icon svg {
|
|
|
|
fill: #198038;
|
|
|
|
}
|
2022-11-30 17:20:34 -05:00
|
|
|
.cds--btn--ghost:not([disabled]) svg.red-icon {
|
2022-11-30 15:35:37 -05:00
|
|
|
fill: red;
|
|
|
|
}
|
|
|
|
|
2022-12-08 12:28:23 -05:00
|
|
|
svg.green-icon {
|
|
|
|
fill: #198038;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg.notification-icon {
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
|
2022-11-30 15:35:37 -05:00
|
|
|
.failure-string {
|
|
|
|
color: red;
|
|
|
|
}
|
2022-11-30 17:20:34 -05:00
|
|
|
|
2023-07-03 23:59:46 -04:00
|
|
|
.filter-tag {
|
|
|
|
justify-content: left;
|
|
|
|
width: 100%;
|
2023-07-17 12:44:10 -04:00
|
|
|
height: 2rem;
|
2023-07-03 23:59:46 -04:00
|
|
|
}
|
|
|
|
.filter-tag > span {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filter-tag > span > span {
|
|
|
|
margin-right: 0.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cds--btn--ghost.cds--btn--sm.button-tag {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2023-07-17 12:44:10 -04:00
|
|
|
padding-top: 0px;
|
2023-07-03 23:59:46 -04:00
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2022-11-30 17:20:34 -05:00
|
|
|
.cds--btn--ghost.cds--btn--sm.button-tag-icon {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2023-07-17 12:44:10 -04:00
|
|
|
padding-top: 0px;
|
2022-11-30 17:20:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* .no-wrap cds--label cds--label--inline cds--label--inline--md{ */
|
|
|
|
.no-wrap .cds--label--inline{
|
|
|
|
word-break: normal;
|
|
|
|
}
|
2022-12-01 14:46:09 -05:00
|
|
|
|
2022-12-30 13:59:52 -05:00
|
|
|
.vertical-spacer-to-allow-combo-box-to-expand-in-modal {
|
|
|
|
height: 250px;
|
2022-12-01 14:46:09 -05:00
|
|
|
}
|
2022-12-02 13:47:04 -05:00
|
|
|
|
|
|
|
.cds--btn.narrow-button {
|
|
|
|
max-width: 10rem;
|
|
|
|
min-width: 5rem;
|
|
|
|
word-break: normal;
|
2023-06-13 10:46:26 -04:00
|
|
|
}
|
2022-12-02 13:47:04 -05:00
|
|
|
|
2023-06-13 10:46:26 -04:00
|
|
|
/* make this the same width as the carbon datePickerItem element
|
|
|
|
* so the calendar icon stays on the input box.
|
|
|
|
* CLASS: cds--date-picker-input__wrapper
|
|
|
|
*/
|
|
|
|
.cds--date-picker-container .cds--form__helper-text {
|
|
|
|
width: 18rem;
|
2022-12-02 13:47:04 -05:00
|
|
|
}
|
2022-12-05 14:07:26 -05:00
|
|
|
|
2022-12-08 12:28:23 -05:00
|
|
|
/* lime green */
|
2022-12-05 14:07:26 -05:00
|
|
|
.tag-type-green:hover {
|
2022-12-08 12:28:23 -05:00
|
|
|
background-color: #80ee90;
|
2022-12-05 14:07:26 -05:00
|
|
|
}
|
2023-01-19 12:36:45 -05:00
|
|
|
|
|
|
|
/* Errors and notifications */
|
|
|
|
.error_info .error_title {
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: lighter;
|
|
|
|
width: 100px;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2023-03-20 12:13:28 -04:00
|
|
|
|
|
|
|
.please-press-filter-button {
|
2023-07-12 10:14:01 -04:00
|
|
|
margin-bottom: 1rem;
|
2023-03-20 12:13:28 -04:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2023-04-26 16:22:50 -04:00
|
|
|
|
Feature/interstitial summary part 3 (#367)
* throw an error if backend gives a 500 from interstitial page w/ burnettk
* turn unexpected errors for the interstitial page into event stream responses to avoid error misdirection
* pyl
* raise the api_error from the original and make the render_data method private
* Feature/interstitial summary (#337)
* * Process instance logs and messages are now components rather than pages, and are included within tabs on the process instance page, along with the diagram.
* Removed the Zoom and Move modules when showing the readonly
Diagram. Assured this readonly view is resized to fit the space when possible.
* Checkbox Widget no longer displays a duplicate label.
* CSS Tweaks
* All pages are limited to a max display width of 1440, with auto margins to center the main content on the page.
* "Show" pages, like ProcessInstanceShow, TaskShow have the primary content limited to 1000, also with auto-margins.
* Paragraphs, headings, blockquotes, list items are limited to a width of 640.
* Reduced margin bottom on all breadcrumbs.
* Slightly reduced the width and margin of tiles
* ordered lists and unordered lists show numbers and bullets now.
* End user Instructions component can, optionally, auto-collapse, so that only a portion is displayed, along with a toggle. This is how it is set up for the ProcessInstanceShow page.
* Greatly reduced the lag in the interstitial page when doing a re-direct.
* run_pyl
* kill console
* wait for permissionsLoaded too since we are using ability.can
* Previous change removed the top level Messages page - this re-adds it.
* I am always, ALWAYS shocked at how I can not wrap my head around when and where to use "useEffect".
This should cause the show/hide Instructions toggle to only show when useful.
* Minor cleanup on the process instance properties display.
* linting
---------
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
* Fix a linting error.
* minor permissions related fixes for the new ui.
* Revert "Revert "Feature/better subworkflow management (#331)""
This reverts commit 48dcde8faf00241201c515b54444fe9fb373c7f4.
* do not execute tasks from the process instance show page w/ burnettk
* pyl w/ burnettk
* Very minor UI tweak to resolve a number of issues mentioned in SPIFF-316 Notion Ticket:
* Markdown links now open in a new window
* Tables on the home pages are now contained within Grids to better align them with the other content that is in a grid.
* Right aligned the "process instance list link" button to it is flush right with the table underneath
* Gave a little more breathing room the content on the info/metadata in the process instance view .
* updated docker image build action to contain the appropriate version info w/ burnettk
* properly resize to the available columns depending on s/m/l
---------
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
Co-authored-by: Dan Funk <daniel.h.funk@gmail.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2023-07-03 01:24:54 -04:00
|
|
|
.user_instructions {
|
|
|
|
filter: opacity(1);
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
2023-04-26 18:10:02 -04:00
|
|
|
|
|
|
|
.user_instructions_0 {
|
|
|
|
filter: opacity(1);
|
2023-07-12 10:14:01 -04:00
|
|
|
font-size: 1.2rem;
|
2023-05-16 15:26:48 -04:00
|
|
|
margin-bottom: 30px;
|
2023-04-26 18:10:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.user_instructions_1 {
|
2023-04-26 21:27:52 -04:00
|
|
|
filter: opacity(60%);
|
2023-07-12 10:14:01 -04:00
|
|
|
font-size: 1.1rem;
|
2023-04-26 18:10:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.user_instructions_2 {
|
2023-04-26 21:27:52 -04:00
|
|
|
filter: opacity(40%);
|
2023-07-12 10:14:01 -04:00
|
|
|
font-size: 1rem;
|
2023-04-26 18:10:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.user_instructions_3 {
|
2023-04-26 21:27:52 -04:00
|
|
|
filter: opacity(20%);
|
2023-07-12 10:14:01 -04:00
|
|
|
font-size: 9rem;
|
2023-04-26 18:10:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.user_instructions_4 {
|
2023-04-26 19:15:15 -04:00
|
|
|
filter: opacity(10%);
|
2023-07-12 10:14:01 -04:00
|
|
|
font-size: 8rem;
|
2023-04-26 18:10:02 -04:00
|
|
|
}
|
2023-05-01 12:25:22 -04:00
|
|
|
|
|
|
|
.float-right {
|
|
|
|
float: right;
|
|
|
|
}
|
2023-05-03 17:36:43 -04:00
|
|
|
|
|
|
|
.user-list {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-05-04 12:44:04 -04:00
|
|
|
margin-left: 8px;
|
2023-05-03 17:36:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-circle {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
border-radius: 50%;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2023-05-09 17:05:37 -04:00
|
|
|
.user-circle-for-list {
|
|
|
|
margin-right: 10px;
|
2023-05-03 17:36:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Randomize color assignment */
|
|
|
|
.user-circle:nth-child(1) {
|
|
|
|
background-color: #8e8e8e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-circle:nth-child(2) {
|
|
|
|
background-color: #a57c63;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-circle:nth-child(3) {
|
|
|
|
background-color: #8f7c7c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-circle:nth-child(4) {
|
|
|
|
background-color: #9a927f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-circle:nth-child(5) {
|
|
|
|
background-color: #5e5d5d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-circle:nth-child(6) {
|
|
|
|
background-color: #676767;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-circle:nth-child(7) {
|
|
|
|
background-color: #6d7d6d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-circle:nth-child(8) {
|
|
|
|
background-color: #7a7171;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-circle:nth-child(9) {
|
|
|
|
background-color: #837d63;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Default to first color if more than 10 users */
|
|
|
|
.user-circle:nth-child(n+11) {
|
|
|
|
background-color: #8e8e8e;
|
|
|
|
}
|
2023-05-12 17:07:53 -04:00
|
|
|
|
|
|
|
.version-info-column {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2023-06-09 11:50:42 -04:00
|
|
|
|
|
|
|
/* From bootstrap _reboot.scss, people got used to this when we
|
|
|
|
* had the bootstrap stylesheets, and they liked it.
|
|
|
|
* Otherwise, the hr in the user profile dropdown shows up as a dot
|
|
|
|
* and from markdown it's a little darker.
|
|
|
|
*/
|
|
|
|
hr {
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px solid;
|
|
|
|
color: inherit;
|
|
|
|
margin: 1rem 0;
|
|
|
|
opacity: .25;
|
|
|
|
}
|
2023-06-12 06:42:30 -07:00
|
|
|
|
|
|
|
.primary-file-text-suffix {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2023-06-28 12:53:39 -04:00
|
|
|
|
2023-07-12 10:14:01 -04:00
|
|
|
.modal-dropdown {
|
|
|
|
height: 20rem;
|
|
|
|
width: "auto";
|
|
|
|
}
|
|
|
|
|
|
|
|
.task-data-details-header {
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.explanatory-message {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.indented-content {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-06-28 12:53:39 -04:00
|
|
|
#hidden-form-for-autosave {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-09-07 10:12:13 -04:00
|
|
|
|
2023-09-07 12:04:10 -04:00
|
|
|
.my-completed-forms-header {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2023-09-07 10:12:13 -04:00
|
|
|
fieldset legend.header {
|
|
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
|
|
fieldset fieldset fieldset legend.header {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed-width-container {
|
|
|
|
margin: auto;
|
|
|
|
justify-content: center;
|
|
|
|
overflow: visible;
|
|
|
|
/* border: 1px solid black; */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* media min-width 75 means: do the stuff in the block if the browser width is greater than 75 */
|
|
|
|
@media (min-width: 75rem) {
|
|
|
|
.fixed-width-container {
|
|
|
|
max-width: 75rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
p, li, h1, h2, h3, h4, h5, h6, blockquote, hr {
|
|
|
|
max-width: 640px;
|
|
|
|
}
|
|
|
|
li.cds--accordion__item {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.markdown {
|
|
|
|
padding: 15px 0 15px 0;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.markdown-collapsed {
|
|
|
|
max-height: 200px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
--mask: linear-gradient(to bottom,
|
|
|
|
rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%,
|
|
|
|
rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
|
|
|
|
) 100% 50% / 100% 100% repeat-x;
|
|
|
|
|
|
|
|
font: 2em/1.6em Arial;
|
|
|
|
-webkit-mask: var(--mask);
|
|
|
|
mask: var(--mask);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cds--data-table-content {
|
2023-09-07 13:48:01 -04:00
|
|
|
overflow-x: auto;
|
2023-09-07 10:12:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.wmde-markdown table {
|
|
|
|
width: fit-content;
|
2023-09-07 13:48:01 -04:00
|
|
|
overflow: auto;
|
2023-09-07 10:12:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* override carbon variable so we can left align accordions*/
|
|
|
|
.cds--accordion {
|
|
|
|
--cds-layout-density-padding-inline-local: 0px;
|
|
|
|
}
|
|
|
|
.megacondensed-button .cds--btn {
|
|
|
|
--cds-layout-density-padding-inline-local: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmde-markdown ol {
|
|
|
|
list-style: decimal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmde-markdown ul {
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.cds--tag svg {
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.onboarding {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|