cax-design-system 1.2.7 → 1.2.8
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/esm2022/confirmdialog/confirmdialog.mjs +3 -3
- package/esm2022/dialog/dialog.mjs +3 -3
- package/esm2022/dynamicdialog/dynamicdialog.mjs +3 -3
- package/esm2022/tree/tree.mjs +9 -4
- package/fesm2022/cax-design-system-confirmdialog.mjs +2 -2
- package/fesm2022/cax-design-system-confirmdialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-dialog.mjs +2 -2
- package/fesm2022/cax-design-system-dialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-dynamicdialog.mjs +2 -2
- package/fesm2022/cax-design-system-dynamicdialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-tree.mjs +8 -3
- package/fesm2022/cax-design-system-tree.mjs.map +1 -1
- package/package.json +187 -187
- package/resources/components/dialog/dialog.scss +1 -1
- package/resources/themes/cax-theme.scss +3 -2
|
@@ -5319,10 +5319,11 @@
|
|
|
5319
5319
|
.cax-dialog .cax-dialog-header .cax-dialog-title {
|
|
5320
5320
|
font-weight: 600;
|
|
5321
5321
|
font-size: 1.125rem;
|
|
5322
|
+
margin-top: 2.33px;
|
|
5322
5323
|
}
|
|
5323
5324
|
.cax-dialog .cax-dialog-header .cax-dialog-header-icon {
|
|
5324
|
-
width: 1.
|
|
5325
|
-
height: 1.
|
|
5325
|
+
width: 1.5rem;
|
|
5326
|
+
height: 1.5rem;
|
|
5326
5327
|
color: var(--charcoal-900);
|
|
5327
5328
|
border: 0 none;
|
|
5328
5329
|
background: transparent;
|