oolib 2.35.0 → 2.35.1
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.
- package/dist/themes/colors.js +1 -0
- package/package.json +1 -1
package/dist/themes/colors.js
CHANGED
|
@@ -9,6 +9,7 @@ var primaryColorText = '#0071CC';
|
|
|
9
9
|
var white = '#fff';
|
|
10
10
|
var white_opacity50 = 'rgba(255, 255, 255, 0.5)';
|
|
11
11
|
var white_opacity80 = 'rgba(255, 255, 255, 0.8)';
|
|
12
|
+
var white_opacity60 = 'rgba(255, 255, 255, 0.6)';
|
|
12
13
|
var red = '#e60000';
|
|
13
14
|
var lightRed = '#FCE6E6';
|
|
14
15
|
var invertRed = '#FF9999';
|