@seeqdev/qomponents 0.0.151 → 0.0.153
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/dist/FontCustom.woff +0 -0
- package/dist/FontCustom.woff2 +0 -0
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +9 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -100,9 +100,13 @@
|
|
|
100
100
|
width: 1.25em;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
.fc-external-ml:before {
|
|
104
|
+
content: "\e9bc" !important;
|
|
105
|
+
}
|
|
106
|
+
|
|
103
107
|
.fc-genai-agent-q:before {
|
|
104
108
|
content: "\e9bb" !important;
|
|
105
|
-
|
|
109
|
+
}
|
|
106
110
|
|
|
107
111
|
.fc-vantage-lock::before {
|
|
108
112
|
content: '\e9b9' !important;
|
|
@@ -2499,6 +2503,10 @@ ol,
|
|
|
2499
2503
|
border-radius: 0px;
|
|
2500
2504
|
}
|
|
2501
2505
|
|
|
2506
|
+
.tw-rounded-popover {
|
|
2507
|
+
border-radius: 8px;
|
|
2508
|
+
}
|
|
2509
|
+
|
|
2502
2510
|
.tw-rounded-sm {
|
|
2503
2511
|
border-radius: 3px;
|
|
2504
2512
|
}
|