mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-18 11:56:30 +00:00
chore(css): expose color variables in bpmn-js.css
This commit is contained in:
parent
b37dc237b3
commit
15609796e3
@ -1,8 +1,34 @@
|
|||||||
.bjs-container {
|
.bjs-container {
|
||||||
--bjs-font-family: Arial, sans-serif;
|
--bjs-font-family: Arial, sans-serif;
|
||||||
}
|
|
||||||
|
|
||||||
.djs-container {
|
--color-grey-225-10-15: hsl(225, 10%, 15%);
|
||||||
|
--color-grey-225-10-35: hsl(225, 10%, 35%);
|
||||||
|
--color-grey-225-10-55: hsl(225, 10%, 55%);
|
||||||
|
--color-grey-225-10-75: hsl(225, 10%, 75%);
|
||||||
|
--color-grey-225-10-80: hsl(225, 10%, 80%);
|
||||||
|
--color-grey-225-10-85: hsl(225, 10%, 85%);
|
||||||
|
--color-grey-225-10-90: hsl(225, 10%, 90%);
|
||||||
|
--color-grey-225-10-95: hsl(225, 10%, 95%);
|
||||||
|
--color-grey-225-10-97: hsl(225, 10%, 97%);
|
||||||
|
|
||||||
|
--color-blue-205-100-45: hsl(205, 100%, 45%);
|
||||||
|
--color-blue-205-100-45-opacity-30: hsla(205, 100%, 45%, 30%);
|
||||||
|
--color-blue-205-100-50: hsl(205, 100%, 50%);
|
||||||
|
--color-blue-205-100-95: hsl(205, 100%, 95%);
|
||||||
|
|
||||||
|
--color-green-150-86-44: hsl(150, 86%, 44%);
|
||||||
|
|
||||||
|
--color-red-360-100-40: hsl(360, 100%, 40%);
|
||||||
|
--color-red-360-100-45: hsl(360, 100%, 45%);
|
||||||
|
--color-red-360-100-92: hsl(360, 100%, 92%);
|
||||||
|
--color-red-360-100-97: hsl(360, 100%, 97%);
|
||||||
|
|
||||||
|
--color-white: hsl(0, 0%, 100%);
|
||||||
|
--color-black: hsl(0, 0%, 0%);
|
||||||
|
--color-black-opacity-05: hsla(0, 0%, 0%, 5%);
|
||||||
|
--color-black-opacity-10: hsla(0, 0%, 0%, 10%);
|
||||||
|
|
||||||
|
--breadcrumbs-font-family: var(--bjs-font-family);
|
||||||
--breadcrumbs-item-color: var(--color-blue-205-100-50);
|
--breadcrumbs-item-color: var(--color-blue-205-100-50);
|
||||||
--breadcrumbs-arrow-color: var(--color-black);
|
--breadcrumbs-arrow-color: var(--color-black);
|
||||||
--drilldown-fill-color: var(--color-white);
|
--drilldown-fill-color: var(--color-white);
|
||||||
@ -15,7 +41,7 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
font-family: var(--bjs-font-family);
|
font-family: var(--breadcrumbs-font-family);
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user