Skip to content
Snippets Groups Projects
Commit bac904ff authored by Kocher, Manuel's avatar Kocher, Manuel
Browse files

Add greenlight validity css

parent 4de3b24d
No related branches found
No related tags found
No related merge requests found
Pipeline #191590 passed
......@@ -344,6 +344,21 @@ export function getGeneralCSS(doMarginPaddingReset = true) {
color: var(--dbp-on-primary-surface);
background: var(--dbp-primary-surface);
}
.validity-icon {
margin-right: 4px;
font-size: 18px;
color: var(--dbp-success);
}
.validity-items {
display: grid;
grid-template-columns: 22px auto;
}
.gray {
color: #595959;
}
`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment