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.
@@ -30,7 +30,7 @@
30
30
 
31
31
  .cax-dialog-header {
32
32
  display: flex;
33
- align-items: center;
33
+ align-items: flex-start;
34
34
  justify-content: space-between;
35
35
  flex-shrink: 0;
36
36
  }
@@ -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.75rem;
5325
- height: 1.75rem;
5325
+ width: 1.5rem;
5326
+ height: 1.5rem;
5326
5327
  color: var(--charcoal-900);
5327
5328
  border: 0 none;
5328
5329
  background: transparent;