ca-components 1.9.1 → 1.9.3

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.
@@ -0,0 +1,14 @@
1
+ .opacity {
2
+ &-40 {
3
+ opacity: 0.4;
4
+ }
5
+ &-60 {
6
+ opacity: 0.6;
7
+ }
8
+ &-70 {
9
+ opacity: 0.7;
10
+ }
11
+ &-90 {
12
+ opacity: 0.9;
13
+ }
14
+ }
@@ -72,9 +72,11 @@ $sizes-width: (
72
72
  202,
73
73
  214,
74
74
  223,
75
+ 252,
75
76
  264,
76
77
  268,
77
78
  272,
79
+ 276,
78
80
  277,
79
81
  300,
80
82
  334,
@@ -16,6 +16,7 @@
16
16
  @import './filters.scss';
17
17
  @import './sizing.scss';
18
18
  @import './shadow.scss';
19
+ @import './opacity.scss';
19
20
 
20
21
  /* You can add global styles to this file, and also import other style files */
21
22