cax-design-system 2.7.7 → 2.7.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.
@@ -9432,6 +9432,7 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
9432
9432
  font-size: 14px;
9433
9433
  font-weight: 500;
9434
9434
  color: var(--grey-900);
9435
+ line-height: 20px;
9435
9436
  }
9436
9437
  .cax-input-filled .cax-dropdown {
9437
9438
  background: #27272a;
@@ -4,13 +4,14 @@
4
4
  flex-direction: column;
5
5
  align-items: flex-start;
6
6
  }
7
-
7
+
8
8
  .cax-dropdown-container label {
9
9
  margin-bottom: 8px;
10
10
  font-size: 14px;
11
11
  font-weight: 500;
12
+ line-height: 20px;
12
13
  }
13
-
14
+
14
15
  .cax-dropdown-container label.left-aligned {
15
16
  text-align: left;
16
17
  }
@@ -4,13 +4,14 @@
4
4
  flex-direction: column;
5
5
  align-items: flex-start;
6
6
  }
7
-
7
+
8
8
  .cax-dropdown-container label {
9
9
  margin-bottom: 8px;
10
10
  font-size: 14px;
11
11
  font-weight: 500;
12
+ line-height: 20px;
12
13
  }
13
-
14
+
14
15
  .cax-dropdown-container label.left-aligned {
15
16
  text-align: left;
16
17
  }