cax-design-system 2.7.7 → 2.7.9

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.
@@ -543,7 +543,6 @@
543
543
  .cax-input-icon-right {
544
544
  position: relative;
545
545
  display: inline-block;
546
- margin-bottom: 0.3rem;
547
546
  }
548
547
 
549
548
  .cax-input-icon-left > i,
@@ -9432,6 +9431,7 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
9432
9431
  font-size: 14px;
9433
9432
  font-weight: 500;
9434
9433
  color: var(--grey-900);
9434
+ line-height: 20px;
9435
9435
  }
9436
9436
  .cax-input-filled .cax-dropdown {
9437
9437
  background: #27272a;
@@ -89,7 +89,6 @@
89
89
  .cax-input-icon-right {
90
90
  position: relative;
91
91
  display: inline-block;
92
- margin-bottom: 0.3rem;
93
92
  }
94
93
 
95
94
  .cax-input-icon-left > i,
@@ -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
  }