@digital-ai/dot-illustrations 1.0.16 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo/demo.css +5 -3
- package/integrations/demo/demo.css +6 -5
- package/package.json +1 -1
- /package/{Dashboards/Dark/Agility → dashboards/dark/agility}/agility-burn-down-dark.svg +0 -0
- /package/{Dashboards/Dark/Agility → dashboards/dark/agility}/agility-burn-up-dark.svg +0 -0
- /package/{Dashboards/Dark/digitalai/digitalai-burn-down-light.svg → dashboards/dark/digitalai/digitalai-burn-down-dark.svg} +0 -0
- /package/{Dashboards/Dark/digitalai/digitalai-burn-up-light.svg → dashboards/dark/digitalai/digitalai-burn-up-dark.svg} +0 -0
- /package/{Dashboards/Light/Agility → dashboards/light/agility}/agility-burn-down-light.svg +0 -0
- /package/{Dashboards/Light/Agility → dashboards/light/agility}/agility-burn-up-light.svg +0 -0
- /package/{Dashboards/Light → dashboards/light}/digitalai/digitalai-burn-down-light.svg +0 -0
- /package/{Dashboards/Light → dashboards/light}/digitalai/digitalai-burn-up-light.svg +0 -0
package/demo/demo.css
CHANGED
|
@@ -97,12 +97,14 @@ img {
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
span {
|
|
100
|
+
margin: 0 auto;
|
|
100
101
|
display: flex;
|
|
101
|
-
flex-wrap:
|
|
102
|
-
font-family: '
|
|
103
|
-
font-size:
|
|
102
|
+
flex-wrap: wrap;
|
|
103
|
+
font-family: 'Lato', sans-serif;
|
|
104
|
+
font-size: 14px;
|
|
104
105
|
margin-top: 0.5rem;
|
|
105
106
|
text-align: center;
|
|
107
|
+
color: #667385;
|
|
106
108
|
z-index: 0;
|
|
107
109
|
}
|
|
108
110
|
|
|
@@ -102,13 +102,14 @@ img {
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
span {
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
font-
|
|
105
|
+
margin: 0 auto;
|
|
106
|
+
display: flex;
|
|
107
|
+
flex-wrap: wrap;
|
|
108
|
+
font-family: 'Lato', sans-serif;
|
|
109
|
+
font-size: 14px;
|
|
109
110
|
margin-top: 0.5rem;
|
|
110
111
|
text-align: center;
|
|
111
|
-
|
|
112
|
+
color: #667385;
|
|
112
113
|
z-index: 0;
|
|
113
114
|
}
|
|
114
115
|
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|