ca-components 2.0.90 → 2.0.92

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.
@@ -5,8 +5,8 @@ $z-index-values:
5
5
  1;
6
6
 
7
7
  $padding-sizes:
8
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22,
9
- 24, 26, 28, 29, 30, 32, 34, 38, 40, 58, 100;
8
+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21,
9
+ 22, 24, 26, 28, 29, 30, 32, 34, 38, 40, 58, 100;
10
10
 
11
11
  $margin-sizes:
12
12
  -47,
@@ -87,16 +87,6 @@ html {
87
87
  }
88
88
  }
89
89
 
90
- .place-items {
91
- &-center {
92
- justify-content: center;
93
- align-items: center;
94
- }
95
- }
96
-
97
- .prevent-text-selection {
98
- @include prevent-text-selection();
99
- }
100
90
 
101
91
  .highlight-text-45632 {
102
92
  background-color: $ta-blue-20;